
Unlike humans, LLMs have no persistent memory by default. Agent memory systems are what allow agents to maintain context and learn across sessions.
Most production agents use a vector store (like Chroma or Pinecone) to store and retrieve relevant past context — the agent searches its memory before acting, just like a human would.
Reference:
TaskLoco™ — The Sticky Note GOAT