Install
Creates the hive, first agent silo, and boot instructions.
curl -fsSL https://hive.neural-forge.io/ install.sh | sh
A small file-based memory layer for AI agents.Private silos, shared hive, curated truth.
Install the hive, give an agent a memory silo, then run the health check. No dashboard ritual required.
Creates the hive, first agent silo, and boot instructions.
curl -fsSL https://hive.neural-forge.io/ install.sh | sh
Gives each worker a private memory space without changing the workflow.
sh ~/.memory-hive/memory-hive add knox
Checks the install so agents can boot, remember, and submit lessons.
sh ~/.memory-hive/memory-hive doctor
Memory Hive now builds a local SQLite/FTS5 recall index beside the markdown. Agents ask for cited bundles instead of dragging the whole hive into context.
memory-hive recall build --json memory-hive recall query "task context" --json memory-hive recall bundle "task context" --for-agent hermes
Measured on Travis's live hive: 20,652 chunks indexed, FTS5 enabled, stale files clean. The index accelerates lookup; cited markdown remains the source of truth.
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.