37 lines
1.6 KiB
Plaintext
37 lines
1.6 KiB
Plaintext
hive-mind
|
|
Copyright 2026 Egzakta Group d.o.o.
|
|
|
|
This product includes software developed by Egzakta Group d.o.o.
|
|
(https://egzakta.com).
|
|
|
|
Portions of this software were extracted from Waggle OS
|
|
(https://waggle-os.ai) — specifically the memory substrate layers
|
|
(frames, hybrid search, knowledge graph, identity, awareness, sessions),
|
|
the harvest pipeline, and the wiki compiler.
|
|
|
|
The following Waggle OS subsystems are intentionally NOT part of this
|
|
distribution and remain proprietary to Egzakta Group:
|
|
|
|
- EU AI Act compliance reporting and audit trail (compliance/*)
|
|
- Agent runtime, personas, and behavioral specifications (packages/agent/*)
|
|
- Self-evolution engine: GEPA iterative optimization, EvolveSchema,
|
|
execution trace storage, evolution run storage, improvement signals
|
|
- Encrypted secret vault (mind/vault.ts)
|
|
- Tier and billing system (Stripe integration, feature gating)
|
|
- Tauri desktop shell and Waggle web UI
|
|
- Multi-agent coordination (WaggleDance, subagent orchestration)
|
|
|
|
See EXTRACTION.md in the repository root for the full source mapping.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
not use this file except in compliance with the License. You may obtain
|
|
a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|