MemEvolve: Meta-Evolution of Agent Memory Systems
By: Guibin Zhang , Haotian Ren , Chong Zhan and more
Potential Business Impact:
Computers learn to remember and improve better.
Self-evolving memory systems are unprecedentedly reshaping the evolutionary paradigm of large language model (LLM)-based agents. Prior work has predominantly relied on manually engineered memory architectures to store trajectories, distill experience, and synthesize reusable tools, enabling agents to evolve on the fly within environment interactions. However, this paradigm is fundamentally constrained by the staticity of the memory system itself: while memory facilitates agent-level evolving, the underlying memory architecture cannot be meta-adapted to diverse task contexts. To address this gap, we propose MemEvolve, a meta-evolutionary framework that jointly evolves agents' experiential knowledge and their memory architecture, allowing agent systems not only to accumulate experience but also to progressively refine how they learn from it. To ground MemEvolve in prior research and foster openness in future self-evolving systems, we introduce EvolveLab, a unified self-evolving memory codebase that distills twelve representative memory systems into a modular design space (encode, store, retrieve, manage), providing both a standardized implementation substrate and a fair experimental arena. Extensive evaluations on four challenging agentic benchmarks demonstrate that MemEvolve achieves (I) substantial performance gains, improving frameworks such as SmolAgent and Flash-Searcher by up to $17.06\%$; and (II) strong cross-task and cross-LLM generalization, designing memory architectures that transfer effectively across diverse benchmarks and backbone models.
Similar Papers
Evo-Memory: Benchmarking LLM Agent Test-time Learning with Self-Evolving Memory
Computation and Language
Helps AI agents remember and learn from past tasks.
A Survey of Self-Evolving Agents: On Path to Artificial Super Intelligence
Artificial Intelligence
Computers learn and improve by themselves.
EvoMem: Improving Multi-Agent Planning with Dual-Evolving Memory
Multiagent Systems
Helps AI agents remember and plan better.