What problem does it solve?
It solves the problem of your agent outgrowing basic built-in memory by providing an infinite, structured long-term storage system that keeps details organized instead of fragmented.
Core Features & Use Cases
- Infinite categorized storage: Adds unlimited memory in a dedicated folder so you can keep depth and scale without overwriting built-in memory.
- Index-driven navigation: Uses INDEX.md files at the root and inside each category so you can quickly find what you stored.
- Parallel to built-in memory: Runs as a complementary system (~/memory/) that never replaces or conflicts with the agent’s built-in MEMORY.md.
- Optional one-way sync: Can copy selected items from built-in memory into organized categories under ~/memory/sync/ when needed.
Quick Start
Ask the user what categories they want, then create ~/memory/ with config.md, INDEX.md, and category folders, and store the first real item immediately in the appropriate category file.