Glossary
What is AI agent memory?
AI agent memory is the durable knowledge an agent carries across sessions (what it learned, what was decided, and what to do differently next time), so it does not start every task from zero. Good agent memory runs on retrieval judgment: knowing what to surface, when, and at what depth, rather than dumping every transcript into every prompt.
The failure mode of naïve memory is injecting everything into the context window and hoping the model sorts it out. Useful memory does the opposite: it retrieves the few things that matter for the task at hand, at the resolution the moment needs, a one-line reminder here and the full decision record there.
It also separates learned preferences from hard gates, standards, and rules. A preference guides; a gate binds. Collapsing the two is how an agent either ignores a real constraint or treats a soft habit as inviolable. Done well, memory is shared: what one agent learns on Tuesday, the right agent knows on Wednesday, without a human re-explaining it.
How it relates to agent management
Memory with retrieval judgment is one of the disciplines of AI agent management. In Vivari it lives in the Brain, Vivari's living memory layer: shared vaults of knowledge agents are born knowing and write back to.
Vivari is the management layer for AI agents. One workspace that supplies the whole discipline (context, memory, permissions, review, and audit) around the agents you already run.
Request early access← All glossary terms