Glossary term
Glossary term
Architecture
An agent that maintains durable state across interactions, tasks, sessions, or tool calls.
Mem0 (open-source stateful memory layer) enables agents to remember user preferences, past decisions, and project context across sessions - used by customer-service bots to avoid repeating questions.
LangGraph's persistence layer gives agents durable state so a multi-day research project can be paused and resumed: the agent re-reads its last checkpoint and continues from where it stopped.
GitHub Copilot Workspace maintains stateful context across a multi-session coding project: the agent remembers which files were changed, what tests failed, and what the user's architectural preferences are.