Survey and paper list on efficiency-guided LLM agents (memory, tool use, planning).
308
25 commits
updated Aug 28, 2026
Recent years have seen growing interest in extending large language models into agentic systems. While agent capabilities have advanced rapidly, efficiency has received comparatively less attention despite being crucial for real-world deployment. This repository studies efficiency-guided agent design from three core components: memory, tool use, and planning.
We provide a curated paper list to help readers quickly locate representative work, along with lightweight notes on how each topic connects to efficiency.


In the paper, we organize memory into construction, management, and access. Since many papers overlap across these stages, this README is primarily organized around memory construction to avoid redundancy.
(2026-07) ACM: Agentic Context Management for Long Horizon Tasks
(2026-06) Self-Compacting Language Model Agents
(2026-06) TokenPilot: Cache-Efficient Context Management for LLM Agents
(2025-10) AgentFold: Long-Horizon Web Agents with Proactive Context Management
(2025-07) MemAgent: Reshaping Long-Context LLM with Multi-Conv RL-based Memory Agent
(2025-06) MEM1: Learning to Synergize Memory and Reasoning for Efficient Long-Horizon Agents
(2025-04) Dynamic Cheatsheet: Test-Time Learning with Adaptive Memory
(2024-02) Compress to Impress: Unleashing the Potential of Compressive Memory in Real-World Long-Term Conversations
(2026-08) LeanMem: Simple and Efficient Long-Term Memory for LLM Agents
(2026-06) MemRefine: LLM-Guided Compression for Long-Term Agent Memory
(2026-03) Evoking User Memory: Personalizing LLM via Recollection-Familiarity Adaptive Retrieval
(2026-01) SimpleMem: Efficient Lifelong Memory for LLM Agents
(2026-01) MemRL: Self-Evolving Agents via Runtime Reinforcement Learning on Episodic Memory
(2025-10) Agentic Context Engineering: Evolving Contexts for Self-Improving Language Models
(2025-09) ReasoningBank: Scaling Agent Self-Evolving with Reasoning Memory
(2025-08) Memento: Fine-tuning LLM Agents without Fine-tuning LLMs
(2025-07) Agent KB: Leveraging Cross-Domain Experience for Agentic Problem Solving
(2025-05) From Single to Multi-Granularity: Toward Long-Term Memory Association and Selection of Conversational Agents
(2025-04) Mem0: Building Production-Ready AI Agents with Scalable Long-Term Memory
(2025-03) MemInsight: Autonomous Memory Augmentation for LLM Agents
(2025-03) In Prospect and Retrospect: Reflective Memory Management for Long-term Personalized Dialogue Agents
(2025-02) A-MEM: Agentic Memory for LLM Agents
(2025-02) On Memory Construction and Retrieval for Personalized Conversational Agents
(2024-06) Hello Again! LLM-powered Personalized Agent for Long-term Dialogue
(2023-10) RECOMP: Improving Retrieval-Augmented LMs with Compression and Selective Augmentation
(2023-08) MemoChat: Tuning LLMs to Use Memos for Consistent Long-Range Open-Domain Conversation
(2023-05) MemoryBank: Enhancing Large Language Models with Long-Term Memory
(2026-07) Zero-Mem: Zero-Token Memory Operations for LLM Agents
(2026-01) MAGMA: A Multi-Graph based Agentic Memory Architecture for AI Agents
(2025-10) D-SMART: Enhancing LLM Dialogue Consistency via Dynamic Structured Memory And Reasoning Tree
(2025-04) Mem0: Building Production-Ready AI Agents with Scalable Long-Term Memory
(2025-01) Zep: A Temporal Knowledge Graph Architecture for Agent Memory
(2024-07) AriGraph: Learning Knowledge Graph World Models with Episodic Memory for LLM Agents
(2024-06) GraphReader: Building Graph-based Agent to Enhance Long-Context Abilities of Large Language Models
(2024-02) KG-Agent: An Efficient Autonomous Agent Framework for Complex Reasoning over Knowledge Graph
(2026-08) KV-Skill: Forging Expertise in the Model's Native Language
(2026-05) SkillLens: Adaptive Multi-Granularity Skill Reuse for Cost-Efficient LLM Agents
(2026-05) SkillOS: Learning Skill Curation for Self-Evolving Agents
(2026-04) Graph-of-Skills: Dependency-Aware Structural Retrieval for Massive Agent Skills
(2026-04) SkillClaw: Let Skills Evolve Collectively with Agentic Evolver
(2026-04) CoEvoSkills: Self-Evolving Agent Skills via Co-Evolutionary Verification
(2026-04) SKILLFOUNDRY: Building Self-Evolving Agent Skill Libraries from Heterogeneous Scientific Resources
(2026-03) SkillReducer: Optimizing LLM Agent Skills for Token Efficiency
(2026-03) Trace2Skill: Distill Trajectory-Local Lessons into Transferable Agent Skills
(2026-03) AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution
(2026-02) MemSkill: Learning and Evolving Memory Skills for Self-Evolving Agents
(2026-02) Skill-Pro: Learning Reusable Skills from Experience via Non-Parametric PPO for LLM Agents
(2026-02) SkillRL: Evolving Agents via Recursive Skill-Augmented Reinforcement Learning

(2025-10) ToolScope: Enhancing LLM Agent Tool Use through Tool Merging and Context-Aware Filtering
(2024-10) Toolshed: Scale Tool-Equipped Agents with Advanced RAG-Tool Fusion and Tool Knowledge Bases
(2024-10) From Exploration to Mastery: Enabling LLMs to Master Tools via Self-Driven Interactions
(2024-02) AnyTool: Self-Reflective, Hierarchical Agents for Large-Scale API Calls
(2023-12) ProTIP: Progressive Tool Retrieval Improves Planning

Given that our work mainly focuses on efficiency, which is rooted in effectiveness, we’ve gathered a list of related survey papers to offer a complementary perspective. We hope this will help bring visibility to some valuable surveys that deserve more attention.💡
If you find this survey useful, please cite:
@misc{yang2026efficientagentsmemorytool,
title={Toward Efficient Agents: Memory, Tool learning, and Planning},
author={Xiaofang Yang and Lijun Li and Heng Zhou and Tong Zhu and Xiaoye Qu and Yuchen Fan and Qianshan Wei and Rui Ye and Li Kang and Yiran Qin and Zhiqiang Kou and Daizong Liu and Qi Li and Ning Ding and Siheng Chen and Jing Shao},
year={2026},
eprint={2601.14192},
archivePrefix={arXiv},
primaryClass={cs.AI},
url={https://arxiv.org/abs/2601.14192},
}
Survey and paper list on efficiency-guided LLM agents (memory, tool use, planning).
308
25 commits
updated Aug 28, 2026
Recent years have seen growing interest in extending large language models into agentic systems. While agent capabilities have advanced rapidly, efficiency has received comparatively less attention despite being crucial for real-world deployment. This repository studies efficiency-guided agent design from three core components: memory, tool use, and planning.
We provide a curated paper list to help readers quickly locate representative work, along with lightweight notes on how each topic connects to efficiency.


In the paper, we organize memory into construction, management, and access. Since many papers overlap across these stages, this README is primarily organized around memory construction to avoid redundancy.
(2026-07) ACM: Agentic Context Management for Long Horizon Tasks
(2026-06) Self-Compacting Language Model Agents
(2026-06) TokenPilot: Cache-Efficient Context Management for LLM Agents
(2025-10) AgentFold: Long-Horizon Web Agents with Proactive Context Management
(2025-07) MemAgent: Reshaping Long-Context LLM with Multi-Conv RL-based Memory Agent
(2025-06) MEM1: Learning to Synergize Memory and Reasoning for Efficient Long-Horizon Agents
(2025-04) Dynamic Cheatsheet: Test-Time Learning with Adaptive Memory
(2024-02) Compress to Impress: Unleashing the Potential of Compressive Memory in Real-World Long-Term Conversations
(2026-08) LeanMem: Simple and Efficient Long-Term Memory for LLM Agents
(2026-06) MemRefine: LLM-Guided Compression for Long-Term Agent Memory
(2026-03) Evoking User Memory: Personalizing LLM via Recollection-Familiarity Adaptive Retrieval
(2026-01) SimpleMem: Efficient Lifelong Memory for LLM Agents
(2026-01) MemRL: Self-Evolving Agents via Runtime Reinforcement Learning on Episodic Memory
(2025-10) Agentic Context Engineering: Evolving Contexts for Self-Improving Language Models
(2025-09) ReasoningBank: Scaling Agent Self-Evolving with Reasoning Memory
(2025-08) Memento: Fine-tuning LLM Agents without Fine-tuning LLMs
(2025-07) Agent KB: Leveraging Cross-Domain Experience for Agentic Problem Solving
(2025-05) From Single to Multi-Granularity: Toward Long-Term Memory Association and Selection of Conversational Agents
(2025-04) Mem0: Building Production-Ready AI Agents with Scalable Long-Term Memory
(2025-03) MemInsight: Autonomous Memory Augmentation for LLM Agents
(2025-03) In Prospect and Retrospect: Reflective Memory Management for Long-term Personalized Dialogue Agents
(2025-02) A-MEM: Agentic Memory for LLM Agents
(2025-02) On Memory Construction and Retrieval for Personalized Conversational Agents
(2024-06) Hello Again! LLM-powered Personalized Agent for Long-term Dialogue
(2023-10) RECOMP: Improving Retrieval-Augmented LMs with Compression and Selective Augmentation
(2023-08) MemoChat: Tuning LLMs to Use Memos for Consistent Long-Range Open-Domain Conversation
(2023-05) MemoryBank: Enhancing Large Language Models with Long-Term Memory
(2026-07) Zero-Mem: Zero-Token Memory Operations for LLM Agents
(2026-01) MAGMA: A Multi-Graph based Agentic Memory Architecture for AI Agents
(2025-10) D-SMART: Enhancing LLM Dialogue Consistency via Dynamic Structured Memory And Reasoning Tree
(2025-04) Mem0: Building Production-Ready AI Agents with Scalable Long-Term Memory
(2025-01) Zep: A Temporal Knowledge Graph Architecture for Agent Memory
(2024-07) AriGraph: Learning Knowledge Graph World Models with Episodic Memory for LLM Agents
(2024-06) GraphReader: Building Graph-based Agent to Enhance Long-Context Abilities of Large Language Models
(2024-02) KG-Agent: An Efficient Autonomous Agent Framework for Complex Reasoning over Knowledge Graph
(2026-08) KV-Skill: Forging Expertise in the Model's Native Language
(2026-05) SkillLens: Adaptive Multi-Granularity Skill Reuse for Cost-Efficient LLM Agents
(2026-05) SkillOS: Learning Skill Curation for Self-Evolving Agents
(2026-04) Graph-of-Skills: Dependency-Aware Structural Retrieval for Massive Agent Skills
(2026-04) SkillClaw: Let Skills Evolve Collectively with Agentic Evolver
(2026-04) CoEvoSkills: Self-Evolving Agent Skills via Co-Evolutionary Verification
(2026-04) SKILLFOUNDRY: Building Self-Evolving Agent Skill Libraries from Heterogeneous Scientific Resources
(2026-03) SkillReducer: Optimizing LLM Agent Skills for Token Efficiency
(2026-03) Trace2Skill: Distill Trajectory-Local Lessons into Transferable Agent Skills
(2026-03) AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution
(2026-02) MemSkill: Learning and Evolving Memory Skills for Self-Evolving Agents
(2026-02) Skill-Pro: Learning Reusable Skills from Experience via Non-Parametric PPO for LLM Agents
(2026-02) SkillRL: Evolving Agents via Recursive Skill-Augmented Reinforcement Learning

(2025-10) ToolScope: Enhancing LLM Agent Tool Use through Tool Merging and Context-Aware Filtering
(2024-10) Toolshed: Scale Tool-Equipped Agents with Advanced RAG-Tool Fusion and Tool Knowledge Bases
(2024-10) From Exploration to Mastery: Enabling LLMs to Master Tools via Self-Driven Interactions
(2024-02) AnyTool: Self-Reflective, Hierarchical Agents for Large-Scale API Calls
(2023-12) ProTIP: Progressive Tool Retrieval Improves Planning

Given that our work mainly focuses on efficiency, which is rooted in effectiveness, we’ve gathered a list of related survey papers to offer a complementary perspective. We hope this will help bring visibility to some valuable surveys that deserve more attention.💡
If you find this survey useful, please cite:
@misc{yang2026efficientagentsmemorytool,
title={Toward Efficient Agents: Memory, Tool learning, and Planning},
author={Xiaofang Yang and Lijun Li and Heng Zhou and Tong Zhu and Xiaoye Qu and Yuchen Fan and Qianshan Wei and Rui Ye and Li Kang and Yiran Qin and Zhiqiang Kou and Daizong Liu and Qi Li and Ning Ding and Siheng Chen and Jing Shao},
year={2026},
eprint={2601.14192},
archivePrefix={arXiv},
primaryClass={cs.AI},
url={https://arxiv.org/abs/2601.14192},
}