01What is agent memory?
Agent memory is how an AI system retains information across turns and sessions. There are three layers: short-term (the working context of the current task), long-term (durable facts and preferences stored in a database), and semantic/vector memory (embeddings that let the agent recall relevant past information by meaning).
