Skip to main content

Module memory

Module memory 

Source
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.
RecallQuery
Parameters for a semantic recall operation.