Expand description
Memory โ the primary public API for the Engram memory layer.
Memory composes a FactStore, VectorStore, GraphStore, and
EmbeddingProvider into a single high-level interface. Callers interact
with Memory rather than the lower-level trait objects directly.
Structsยง
- Memory
- High-level memory API for AI agents.
- Recall
Query - Parameters for a semantic recall operation.