paper-with-me

홈 › Papers

From Storage to Experience: A Survey on the Evolution of LLM Agent Memory Mechanisms

2026-05-07 · Jinghao Luo, Yuchen Tian, Chuxue Cao, Ziyang Luo, Hongzhan Lin, Kaixin Li, Chuyi Kong, Ruichao Yang, Jing Ma arxiv

Large Language Model (LLM)-based agents have fundamentally reshaped artificial intelligence by integrating external tools and planning capabilities. While memory mechanisms have emerged as the architectural cornerstone of these systems, current research remains fragmented, oscillating between operating system engineering and cognitive science. This theoretical divide prevents a unified view of technological synthesis and a coherent evolutionary perspective. To bridge this gap, this survey proposes a novel evolutionary framework for LLM agent memory mechanisms, formalizing the development process into three stages: Storage (trajectory preservation), Reflection (trajectory refinement), and Experience (trajectory abstraction). We first formally define these three stages before analyzing the three core drivers of this evolution: the necessity for long-range consistency, the challenges in dynamic environments, and the ultimate goal of continual learning. Furthermore, we specifically explore two transformative mechanisms in the frontier Experience stage: proactive exploration and cross-trajectory abstraction. By synthesizing these disparate views, this work offers robust design principles and a clear roadmap for the development of next-generation LLM agents.

📄 PDF Abstract BibTeX arXiv:2605.06716

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Graph-based Agent Memory: Taxonomy, Techniques, and Applications

2026-02-05 · Chang Yang, Chuang Zhou, Yilin Xiao, Su Dong 외 arxiv

Memory emerges as the core module in the Large Language Model (LLM)-based agents for long-horizon complex tasks (e.g., multi-turn dialogue, game playing, scientific discovery), where memory can enable knowledge accumulat…

Remember Me, Refine Me: A Dynamic Procedural Memory Framework for Experience-Driven Agent Evolution

2025-12-11 · Zouying Cao, Jiaji Deng, Li Yu, Weikang Zhou 외 arxiv

Procedural memory enables large language model (LLM) agents to internalize "how-to" knowledge, theoretically reducing redundant trial-and-error. However, existing frameworks predominantly suffer from a "passive accumulat…

Memory Intelligence Agent

2026-04-06 · Jingyang Qiao, Weicheng Meng, Yu Cheng, Zhihang Lin 외 arxiv

Deep research agents (DRAs) integrate LLM reasoning with external tools. Memory systems enable DRAs to leverage historical experiences, which are essential for efficient reasoning and autonomous evolution. Existing metho…

Reinforcement Learning

Self-Improvements in Modern Agentic Systems: A Survey

2026-07-14 · Zhe Ren, Yimeng Chen, Dandan Guo, Guowei Rong 외 hf

Self-improving autonomous agents are moving from research prototypes to deployed systems. The primary goal is controllable evolution, or adaptation, from experience with minimal or even no human input. This survey frames…

Memory as Asset: From Agent-centric to Human-centric Memory Management

2026-03-15 · Yanqi Pan, Qinghao Huang, Weihao Yang arxiv

We proudly introduce Memory-as-Asset, a new memory paradigm towards human-centric artificial general intelligence (AGI). In this paper, we formally emphasize that human-centric, personal memory management is a prerequisi…