Search papers, labs, and topics across Lattice.
The paper introduces Mem$^2$Evolve, a novel framework for self-evolving agents that co-evolves agent capabilities through dynamic asset creation and experience distillation. It addresses the limitations of existing methods that treat experience accumulation and asset generation in isolation, leading to bounded capability growth and unstable evolution. Experiments across various tasks demonstrate that Mem$^2$Evolve outperforms standard LLMs and agents evolving solely through experience or asset creation, achieving significant improvements in effectiveness and stability.
LLM agents can get 18% better at tasks by co-evolving their skills and tools, instead of learning them separately.
While large language model--powered agents can self-evolve by accumulating experience or by dynamically creating new assets (i.e., tools or expert agents), existing frameworks typically treat these two evolutionary processes in isolation. This separation overlooks their intrinsic interdependence: the former is inherently bounded by a manually predefined static toolset, while the latter generates new assets from scratch without experiential guidance, leading to limited capability growth and unstable evolution. To address this limitation, we introduce a novel paradigm of co-evolutionary Capability Expansion and Experience Distillation. Guided by this paradigm, we propose the \textbf{Mem$^{\textbf{2}}$Evolve}, which integrates two core components: \textbf{Experience Memory} and \textbf{Asset Memory}. Specifically, Mem$^{2}$Evolve leverages accumulated experience to guide the dynamic creation of assets, thereby expanding the agent's capability space while simultaneously acquiring new experience to achieve co-evolution. Extensive experiments across 6 task categories and 8 benchmarks demonstrate that Mem$^{2}$Evolve achieves improvement of 18.53\% over standard LLMs, 11.80\% over agents evolving solely through experience, and 6.46\% over those evolving solely through asset creation, establishing it as a substantially more effective and stable self-evolving agent framework. Code is available at: https://buaa-irip-llm.github.io/Mem2Evolve.