All skills
Memory Management

Memory Management for Agents

Updated

Decide what to remember, what to forget, and how to recall it.

  • memory
  • agents
  • persistence

Content

Store only what you will need later and cannot cheaply recompute. Prefer structured records over free text so recall can filter precisely. Tag memories with the context they apply to so a recalled memory is not misapplied to a different situation. Evict or archive memories that have not been referenced in a long window. Distinguish facts (durable) from observations (may change) from decisions (may be reversed).