A2
Memory
References for RAG, memory-augmented models, and memory as an agent-system interface.

Appendix · Memory

Back to core

Appendix: Index · Prev: World models · Next: Reasoning & planning

Overview#

Memory in agentic systems covers retrieval of external knowledge (documents, code, tools) and persistence of task state over long horizons. The practical question is: what is stored, when, and how it is validated.

1) Retrieval-augmented generation (RAG)#

Key papers#

Code repositories / projects#

2) Memory-augmented language models#

Key papers#

Code repositories / projects#

3) Agent memory as a system interface#

Key papers#

Code repositories / projects#