01Adversarial Cleanup Pipeline: Employs a 5-phase LLM-driven debate (Consolidator, Adversary, Judge) to intelligently prune, promote, or merge memories.
02Hybrid Search: Combines FTS5 full-text, vector KNN, and temporal decay for highly relevant memory retrieval.
03Ebbinghaus Temporal Decay: Scientifically models memory decay, improving retrieval quality by prioritizing relevant, reinforced memories.
04SQLite-native Storage: Utilizes SQLite, FTS5, and sqlite-vec for persistent, efficient, and offline memory management without cloud dependencies.
05Flexible Deployment: Works as an MCP server for Claude Code, a Node.js library, or a standalone CLI tool.
060 GitHub stars