Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Awesome Efficient Agents: A Survey of Memory, Tool Use, and Planning

arXiv Project Page Hugging Face Paper
🤝 **Contributions welcome!** This repository is actively maintained and continuously updated. Feel free to open an issue or submit a pull request to add papers, fix links, or improve categorization.

⚡Introduction

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.

  • Efficient Memory. We organize memory-related papers into three processes: construction, management, and access.
  • Efficient Tool Use. We group papers into tool selection, tool calling, and tool-integrated reasoning.
  • Efficient Planning. We collect work on planning that improves overall agent efficiency by reducing unnecessary actions and shortening trajectories.

introduction-picture

đź§ľPaper List

đź“‚ Table of Contents(click to expand/collapse)

đź§ Memory

paper-memory-picture

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.

Latent and Parametric Memory

Latent Memory

Textual Memory

Prompt-resident Memory

Item-based Memory
Graph-based Memory

Hierarchical Memory

Procedural Reuse via Skills

Multi-Agent Memory

Shared Memory

Local Memory

Mixed Memory

🛠️Tool Use

tool-learning

Tool Selection

External Retriever

Multi-Label Classification (MLC)

Vocabulary-based Retrieval

Tool Calling

In-Place Parameter Filling

Parallel Tool Calling

Cost-Aware Tool Calling

Efficient Test-Time Scaling

Efficient Tool Calling with Post-training

Tool-Integrated Reasoning (TIR)

Selective Invocation

Cost-Aware Policy Optimization

đź§©Planning

planning

Single-Agent Planning Efficiency

Adaptive Budgeting and Control

Structured Search

Task Decomposition

Policy Optimization

Memory and Skill Acquisition

Multi-Agent Collaborative Efficiency

Topological Efficiency and Sparsification

Protocol and Context Optimization

Distilling Coordination into Planning

đź“‘Related Surveys

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.💡

Memory Survey

Tool Use Survey

Planning and Reasoning Survey

📌Citation

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}, 
}

About

Survey and paper list on efficiency-guided LLM agents (memory, tool use, planning).

Topics

Resources

Stars

299 stars

Watchers

5 watching

Forks

Releases

Packages

Contributors