Private silo
Each agent writes its own log, context, and durable lessons. No other agent edits that space.
~/.memory-hive/hive/agents/hermes/log.md ~/.memory-hive/hive/agents/hermes/memory.md ~/.memory-hive/hive/agents/hermes/context.md
It solves the amnesia problem directly: private memory for each agent, shared memory for the team, and a curator path for durable truth.
The installer creates the local hive, first agent silo, and boot contract. Users see the simple path first; advanced workflows stay behind the curtain.
curl -fsSL https://hive.neural-forge.io/install.sh | sh
Each agent writes its own log, context, and durable lessons. No other agent edits that space.
~/.memory-hive/hive/agents/hermes/log.md ~/.memory-hive/hive/agents/hermes/memory.md ~/.memory-hive/hive/agents/hermes/context.md
Reusable knowledge moves from raw learning to curated truth through an explicit promotion path.
~/.memory-hive/hive/index.md ~/.memory-hive/hive/knowledge/ ~/.memory-hive/hive/learnings/raw/ ~/.memory-hive/hive/learnings/distilled/
| Tier | User sees | Purpose |
|---|---|---|
| Beginner | install, add, health check | Get agents remembering without learning internals. |
| Daily | digest, sync | Review recent activity and keep local hive state fresh. |
| Curator | promote, prune, rollback | Maintain shared truth when the team has enough history. |