← Back to Glossary
Agent Memory (Long-Term)
Phase 04 · Agentscore-concept

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.

Where you'll use this