What problem does it solve?
Persisting useful decisions, bugfixes, patterns, and session context usually gets lost between runs, forcing agents to relearn the same information and weakening long-horizon planning.
Core Features & Use Cases
- Persistent memory for agents: Stores observations and session context in a local SQLite-backed memory store so the agent can reuse knowledge across sessions.
- Search and context injection: Finds relevant memories and loads the right context for a project/session to improve decision quality.
- Code and documentation indexing: Indexes code symbols and Markdown docs so lookups can be faster and more targeted than keyword-only recall.
Quick Start
Use the memory layer skill to search for relevant stored context by asking for what you need in your project, such as: "Load the most relevant memories for the bug I’m fixing and summarize the key constraints."