prompt
FreeDesign memory systems for long-running AI agents
About prompt
Agent Memory Architect is a comprehensive prompt for designing memory systems in long-running AI agents. It provides detailed guidance on short-term and long-term memory design, including compression strategies, summarization triggers, and pruning rules for STM, as well as extraction, storage, retrieval, and update mechanisms for LTM. It covers four memory types (episodic, semantic, procedural, metacognitive), integration with reasoning through thought retrieval, the full memory lifecycle (write path, read path, maintenance), and observability features such as drift detection and hit/miss rate tracking. The prompt is research-backed, citing multiple academic papers, and emphasizes structured memory over free text.
Key Features
Pros & Cons
- Comprehensive coverage of memory system design principles
- Research-backed with citations to multiple academic papers
- Emphasizes explicit, inspectable, and bounded memory operations
- Includes actionable design principles and lifecycle management
- Free and open-source prompt available on GitHub
- Requires manual implementation of the described memory system; no code provided
- Only provides design guidance, not a turnkey solution
- May require significant LLM engineering effort to realize the architecture