Install
Create the hive, the first agent space, and the startup instructions.
curl -fsSL https://hive.neural-forge.io/install.sh | sh
A simple shared memory layer for AI agents.Private silos, shared hive, curated truth.
New users should not need to understand the whole system before they get value.
Create the hive, the first agent space, and the startup instructions.
curl -fsSL https://hive.neural-forge.io/install.sh | sh
Give each agent a private space without changing how they already work.
sh ~/.memory-hive/memory-hive add knox
Agents read the hive at boot, write private logs, and submit reusable lessons.
sh ~/.memory-hive/memory-hive doctor
No dashboard lock-in. No vector database requirement. No hidden daemon. Just auditable files, clear ownership, and a curation path from raw lessons to trusted knowledge.
Each agent owns its own log and memory, so context does not collide.
Durable lessons move into the hive only after they prove reusable.
Markdown and shell scripts make the system easy to inspect and repair.
Swarm and Control add routing and safety without changing the core install.
The required layer: private silos, shared hive, curator workflow.
Routes multi-agent work across available machines and capabilities.
Adds owner approval, safety checks, and recovery notes for risky actions.