What's New
Five DX improvements based on competitive research against Mem0, Engram, CodeMem, and 30+ agent memory tools:
npx agentmemory zero-config startup
CLI bootstrap auto-detects and starts iii-engine (tries iii binary, falls back to Docker). No manual engine setup required.
Simplified MCP surface (7 core tools)
AGENTMEMORY_TOOLS=all unlocks all 41 tools. Default shows only: save, recall, consolidate, smart_search, sessions, diagnose, lesson_save.
First-class lesson memory type
Confidence-scored lessons (0.0-1.0) with dedup via SHA-256 fingerprint, reinforcement on repeat saves, and daily decay sweep. Crystal lessons auto-flow into the lesson system at confidence 0.6.
New tools: memory_lesson_save, memory_lesson_recall
Auto-consolidation on session end
When CONSOLIDATION_ENABLED=true, session-end hook runs: crystallize → consolidate → bridge sync.
Obsidian-compatible Markdown export
Export memories, lessons, crystals to ~/.agentmemory/vault/ with YAML frontmatter and wikilinks. Auto-export via OBSIDIAN_AUTO_EXPORT=true.
New tool: memory_obsidian_export
CI/CD
- GitHub Actions CI on Node 20/22
- Auto-publish to npm on release
Stats
- 41 MCP tools (7 visible by default)
- 100 REST endpoints
- 581 tests passing