What is Agent Memory?
AI EngineeringLast updated:
Systems that let AI agents retain and recall information across interactions and task steps.
Agent memory includes short-term context (conversation history), working memory (current task state), and long-term memory (persistent knowledge stored in vector databases or key-value stores). Effective memory is critical for multi-step agent reliability.