Agent memory
Type: kb/types/index.md ยท Status: current
Agent memory notes treat memory as part of agent architecture, not just storage. Use this index for claims about what memory must do for agents, how it interacts with context engineering, and where memory-system comparisons reveal broader KB design constraints.
Notes
- Designing a Memory System for LLM-Based Agents - starting point: frames the design pressures around agent memory as context engineering, retrieval, and learning problems rather than a single database choice
Related Tags
- Learning theory - memory only matters when retained artifacts change future behavior
- Computational model - agent memory is loaded through bounded calls and scheduling decisions
- Related systems - external implementations and comparisons that expose memory-system design tradeoffs