v2.0.0 — Sleep-Cycle Memory for AI Agents
🧠 AgentMemory v2.0.0
Complete rewrite incorporating the best ideas from 4 open-source memory projects.
✨ Highlights
- 14 source modules with 3 production dependencies
- 9 MCP tools for Claude Code / Cursor / OpenClaw
- 7 CLI commands (init, remember, recall, boot, status, reflect, migrate)
- 41 tests passing
🆕 New in v2
- URI Path System (
core://,emotion://,knowledge://,event://) - Write Guard (hash dedup → URI conflict → BM25 sim → 4-criterion gate)
- Ebbinghaus Forgetting Curve (
R = e^(-t/S)) with recall strengthening - Knowledge Graph with multi-hop traversal
- Auto-snapshot + rollback
- Intent-aware search (factual / temporal / causal / exploratory)
- Sleep cycle engine (sync → decay → tidy → govern)
- P0-P3 priority system with differential decay
- Multi-agent isolation
- Markdown migration tool
📦 Install
npm install agent-memory🙏 Inspired By
See CHANGELOG.md for full details.