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
v2.0.0 Workflow 0: platform detect → prompt-optimize → recall bundle → skills ensure → orchestrate. Measured 99.28% token reduction vs naive full-boot and 138.9× efficiency.
Measured on Travis's live hive. Markdown remains truth; the index is a speed layer.
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. |