Journal
AI Agents
How to Give an LLM Agent Long-Term Memory
You give an LLM agent long-term memory by writing the durable parts of its work into an external store and retrieving them by relevance at the start of each run, instead of replaying the transcript.