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.Orchestrate first, optimize every prompt, recall only what you need.
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
v2.0.0 runs Workflow 0 on every substantive prompt: platform detect → prompt-optimize → HyperRecall bundle → skills ensure → orchestrate. Prefer Grok/Cursor workers; the IDE model stays the planner.
memory-hive platform detect --json memory-hive prompt-optimize "your prompt" memory-hive orchestrate "your prompt" --json memory-hive bench suite --json
Dual baselines: naive = index+registry+knowledge+distilled+silo heads; v032 = HyperRecall bundle; v2 = prompt-optimize + budgeted bundle. Methodology in memory-hive bench suite --json.
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.