Shared Agent Memory
Mnemos now analyzes your repository once and writes pre-sharded memory files that every agent — main, subagent, or background task — can load without re-reading source.
CLI
mnemos memory build .
mnemos memory serve # localhost:4000
mnemos memory stats
mnemos memory budget 10000
mnemos memory shard
mnemos memory inspect domain authHTTP endpoints (read-only)
GET /domain/:name·GET /flow/:name·GET /dnaGET /shards·GET /memory/stats·GET /memory/budget?budget=10000GET /impact/:node?fast=1
Website
- Compact homepage hook section (14% subagent waste → shared memory)
- Full docs at /docs/shared-agent-memory
Verification
- All workspaces build cleanly
- 66/66 core tests pass
- CLI version: 0.2.0