Skip to main content
All terms
Patterns

Agent Memory

Techniques that let an agent retain information across turns or sessions.

Definition

Agent memory is the set of techniques that let an agent retain information across turns or sessions — scratchpads, running summaries, or a retrieval store of past facts and interactions. It extends an agent beyond what fits in a single context window, so it can recall earlier decisions and user preferences. Good memory design balances recall against the cost of carrying irrelevant detail.