What problem does it solve?
Enables agents and developers to persist and recall short-term operational knowledge such as transient findings, workarounds, and recent execution context that would otherwise be lost between sessions.
Core Features & Use Cases
- Vectorized Memory Storage: Save insights as embeddings and persist them to LanceDB or a Rust-backed vector store for fast semantic retrieval.
- Semantic Search & Recall: Query recent operational context, incident notes, and temporary workarounds using embedding-based relevance scores.
- Skill Manifest Loading & Indexing: Load skill manifests into semantic memory, create or optimize IVF-FLAT indexes, and retrieve memory statistics for diagnostics.
- Use Case: Save a temporary parser timeout workaround during an MCP queue spike and later recall it when troubleshooting repeated timeouts.
Quick Start
Save a transient operational insight by asking the agent to store a one-sentence finding with metadata like domain and kind so it can be semantically retrieved later.