ModelRefs / Agentic Memory — AI Glossary
Agentic Memory — AI Glossary
Persistent state an agent maintains across turns and sessions: facts, preferences, prior actions, and conversation history.
Overview
Implementations span Letta (MemGPT), Mem0, Zep, and custom RAG-over-history approaches. The hard problem is forgetting irrelevant entries without losing important ones. Agentic memory is critical for long-horizon tasks and personalization.
Reference details
| Topic | agents |
|---|---|
| Last reviewed | 2026-06-24 |
Related terms
Continue your research
Use these connected ModelRefs sections to compare alternatives, inspect implementation paths, and review the evidence and governance boundaries relevant to Agentic Memory — AI Glossary.
Frequently asked questions
What is Agentic Memory?
Persistent state an agent maintains across turns and sessions: facts, preferences, prior actions, and conversation history.
What concepts are related to Agentic Memory?
Closely related concepts include memory, episodic memory, semantic memory, vector database.