A simple pattern for giving LLM agents decision memory
Summary
This article presents a simple pattern to provide LLM agents with memory for their decisions, enhancing their decision-making process.
Similar Articles
DELTAMEM: Incremental Experience Memory for LLM Agents via Residual Trees
DeltaMem organizes LLM agent memory into residual trees to reduce redundancy and retrieval conflicts, storing incremental variations of experiences for continual learning.
Human-Inspired Memory Architecture for LLM Agents
Microsoft researchers propose a biologically-inspired memory architecture for LLM agents that incorporates mechanisms like sleep-phase consolidation and interference-based forgetting to manage persistent memory efficiently.
Agent memory layers don't need an LLM deciding what to remember
The author argues that agent memory layers should skip LLM-based extraction for deciding what to remember, instead using simple storage, embeddings, and retrieval, exemplified by their open-source memU tool.
From Storage to Experience: A Survey on the Evolution of LLM Agent Memory Mechanisms
This survey paper proposes an evolutionary framework for LLM agent memory mechanisms, categorizing their development into three stages: storage, reflection, and experience. It analyzes core drivers such as long-range consistency and continual learning to provide design principles for next-generation agents.
Weighted Memory Tree: Remembering What Matters for Long-Horizon LLM Agents
The paper introduces the Weighted Memory Tree, a hierarchical memory system for LLM agents that dynamically retains important information, improving task accuracy by 9.97% and reducing prompt token usage by 32.8%.