← Back to Glossary
Agent Memory (Long-Term)
Persistent memory stored across user sessions using vector databases or key-value stores.
Why it exists
Short-term context resets when a session finishes. Long-term memory enables personal assistants and stateful agents.
How it works
Extracts key facts or conversation summaries and saves them to a database. On new sessions, relevant memories are retrieved into the prompt.
Related terms
Where you'll use this
roadmap