← Memory, Context & State
Memory Store
A memory store is any external system — vector database, relational store, document store, or key-value cache — used to persist information an agent needs across sessions or between context resets. The agent queries the store at retrieval time and writes new facts after meaningful events. Design choices around storage format, indexing strategy, and eviction policy directly affect recall accuracy and latency.