Lifelong Learning of Large Language Model based Agents: A Roadmap
Junhao Zheng, Chengming Shi, Xidi Cai, Qiuke Li, Duzhen Zhang, Chenxing Li, Dong Yu, Qianli Ma
TL;DR
This survey tackles the challenge of enabling large language model (LLM) agents to learn continually in dynamic environments. It introduces a three-module architecture—Perception, Memory, and Action—and formalizes lifelong learning in LLM agents via a goal-conditioned POMDP framework, outlining mechanisms to combat catastrophic forgetting through memory systems and retrieval strategies. The work reviews single- and multimodal perception, memory types (working, episodic, semantic, parametric), and action modalities (grounding, retrieval, reasoning), and surveys concrete techniques across environments (web, games) and applications (daily and domain-specific). It also provides evaluation metrics and benchmarks, discusses practical insights, and outlines future directions for robust, long-horizon planning in lifelong LLM agents. Collectively, the paper offers a comprehensive roadmap for integrating lifelong learning into LLM-based agents to achieve continuous, adaptive performance in real-world settings.
Abstract
Lifelong learning, also known as continual or incremental learning, is a crucial component for advancing Artificial General Intelligence (AGI) by enabling systems to continuously adapt in dynamic environments. While large language models (LLMs) have demonstrated impressive capabilities in natural language processing, existing LLM agents are typically designed for static systems and lack the ability to adapt over time in response to new challenges. This survey is the first to systematically summarize the potential techniques for incorporating lifelong learning into LLM-based agents. We categorize the core components of these agents into three modules: the perception module for multimodal input integration, the memory module for storing and retrieving evolving knowledge, and the action module for grounded interactions with the dynamic environment. We highlight how these pillars collectively enable continuous adaptation, mitigate catastrophic forgetting, and improve long-term performance. This survey provides a roadmap for researchers and practitioners working to develop lifelong learning capabilities in LLM agents, offering insights into emerging trends, evaluation metrics, and application scenarios. Relevant literature and resources are available at \href{this url}{https://github.com/qianlima-lab/awesome-lifelong-llm-agent}.
