Glossary
Memory
Agent memory is retained state across steps or sessions, including working context, thread history, durable facts, and retrieved knowledge.
Memory: Agent memory is retained state across steps or sessions, including working context, thread history, durable facts, and retrieved knowledge.
Definition
Memory is retained state that lets an agent behave coherently across steps or sessions—working state, conversation history, durable user facts, and retrieved knowledge.
Types
| Type | Role |
|---|---|
| Working | Current run scratchpad |
| Thread | Session history |
| Long-term | Durable preferences/facts |
| World/RAG | External documents |