js-lee-AI/awesome-llm-agent-papers

A curated, continuously updated reading list of 200+ papers on LLM agents: planning, memory, tool use, multi-agent, evaluation & safety. Companion to the survey 'LLM Agents: A Survey'.

Python

84

63 commits

updated Sep 23, 2026

See the code

README

🤖 Awesome LLM Agent Papers

200+ must-read papers, continuously growing: the annotated reading list for building
LLM agents that plan, remember, use tools, and cooperate. Companion to the survey “LLM Agents: A Survey.”

Awesome 200+ curated papers DOI: 10.20944/preprints202608.0265.v1 License: MIT PRs welcome

GitHub stars GitHub forks

📄 Read the survey → “LLM Agents: A Survey”  ·  PDF in this repo  ·  ⭐ Start with the 10-paper Starter Kit

LLM agents · LLM agent papers · autonomous agents · agentic AI · multi-agent systems · tool use · ReAct · planning · memory · agent benchmarks · agent safety & prompt injection

Taxonomy of LLM-agent research

✨ Highlights

What's here
📚 A superset of the surveyThe 228 references behind “LLM Agents: A Survey,” plus the work verified and added since the paper was fixed. The paper is a snapshot; this list keeps moving.
🧭 Organized by function10 sections following the survey's structure: Surveys, Architectures, Planning, Memory, Tool Use, Multi-Agent, Environments, Applications, Evaluation, Safety.
✍️ AnnotatedEach entry has a one-line note on what it contributes, its venue and year, and a [code] link where an official implementation exists.
Starter KitA 10-paper list for getting oriented, with a note on why each one is worth reading first.
🔎 NavigableA Contents index with per-section counts and collapsible sections.

Topics covered: cognitive architectures · ReAct & reasoning-and-acting · long-horizon planning · agent memory · tool-augmented LLMs · multi-agent collaboration · web / code / embodied agents · agent benchmarks & evaluation · safety, alignment & indirect prompt injection.

🔁 Companion deep-dive, now live: Awesome Agent Loop Papers goes below the components to the loop itself, with 524 papers and 60 open-source artifacts (frameworks, coding harnesses, memory and sandbox infrastructure, skill libraries, registries). Companion to The Agent Loop: A Survey of Control Strategies, Skills, and Harnesses for LLM Agents.

This repository collects must-read papers on LLM-based agents: language models equipped with planning, memory, tool use, and multi-agent coordination to pursue goals over long horizons. Papers follow the taxonomy of the accompanying survey, covering the core components of an agent, the environments and applications they are deployed in, and the cross-cutting concerns of evaluation and safety. Each entry links to the paper and, where an official implementation exists, to its code.

This is a curated, continuously updated selection, and a strict superset of the survey rather than a copy of its bibliography. The paper cites 228 references, each verified against its primary source; this list has grown well past that with work published since the paper was fixed, verified under the same rule. Sections are collapsed by default. Click Show N papers to expand.

Legend: ⭐ = Starter Kit pick (read these first) · [code] = link to an official implementation.

⭐ Starter Kit

New to the area? These ten papers are a good place to start.

#PaperAreaWhy start here
1ReAct: Synergizing Reasoning and ActingPlanningThe template for the modern agent loop: interleave reasoning with actions.
2Reflexion: Verbal Reinforcement LearningPlanningSelf-reflection stored in memory as a gradient-free improvement loop.
3Toolformer: LMs Can Teach Themselves to Use ToolsTool UseThe seminal self-supervised tool-use paper.
4Generative Agents: Interactive SimulacraMulti-AgentMemory + reflection at population scale; the canonical agent-memory design.
5Voyager: An Open-Ended Embodied AgentMemory / Env.Lifelong learning via a growing library of executable skills.
6Cognitive Architectures for Language Agents (CoALA)FoundationsThe vocabulary (memory, action space, decision loop) this list is organized around.
7A Survey on LLM-based Autonomous AgentsSurveyThe canonical general survey of the field.
8LLM-based Multi-Agents: A SurveyMulti-AgentThe standard reference for the multi-agent branch.
9AgentBench: Evaluating LLMs as AgentsEvaluationThe standard cross-environment agent benchmark.
10Not what you've signed up for (Indirect Prompt Injection)SafetyThe founding paper of the agent-security threat model.

🔥 10 to Watch (2026)

Fresh 2026 work that is already drawing attention.

↑ Back to Contents

Contents

🧭 Background

📚 Surveys & Position Papers (57)

Corresponds to §1-§3 (Introduction, Background, Taxonomy).

Show 57 papers

↑ Back to Contents

🏗️ Agent Architectures & Frameworks (51)

Corresponds to §2 (Background) and the running examples throughout.

Show 51 papers

↑ Back to Contents

🧱 Part I: Core Components

🧠 Planning & Reasoning (51)

Corresponds to §4 (Planning and Reasoning).

Show 51 papers

↑ Back to Contents

💾 Memory (56)

Corresponds to §5 (Memory).

Show 56 papers

↑ Back to Contents

🔧 Tool Use (46)

Corresponds to §6 (Tool Use and Action Execution).

Show 46 papers

↑ Back to Contents

🤝 Multi-Agent Systems (51)

Corresponds to §7 (Multi-Agent Systems).

Show 51 papers

↑ Back to Contents

🌍 Part II: Agents in Context

🌐 Interactive Environments (57)

Corresponds to §8 (Agents in Interactive Environments).

Show 57 papers

↑ Back to Contents

🚀 Applications (54)

Corresponds to §10 (Applications).

Show 54 papers

↑ Back to Contents

⚖️ Part III: Cross-Cutting Concerns

📊 Evaluation & Benchmarks (50)

Corresponds to §9 (Evaluation and Benchmarks).

Show 50 papers

↑ Back to Contents

🛡️ Safety & Alignment (59)

Corresponds to §11 (Safety, Security, and Trustworthiness).

Show 59 papers

↑ Back to Contents

Other useful reading lists in the same space:

Maintain a related list? Open a PR to add it here; we're happy to cross-link.

↑ Back to Contents

📄 Citation

The survey is posted on Preprints.org as **[

Truncated — view the full README on GitHub.

agent-benchmark
agents
agent-survey
ai-agents
ai-safety
autonomous-agents
awesome
awesome-list
large-language-models
llm
llm-agents
llm-safety
memory
multi-agent-systems
paper-list
planning
prompt-injection
survey
tool-use

Contributors

js-lee-AI

50 commits

reacher-z

2 commits

jinmang2

1 commits

js-lee-AI/awesome-llm-agent-papers

A curated, continuously updated reading list of 200+ papers on LLM agents: planning, memory, tool use, multi-agent, evaluation & safety. Companion to the survey 'LLM Agents: A Survey'.

Python

84

63 commits

updated Sep 23, 2026

See the code

README

🤖 Awesome LLM Agent Papers

200+ must-read papers, continuously growing: the annotated reading list for building
LLM agents that plan, remember, use tools, and cooperate. Companion to the survey “LLM Agents: A Survey.”

Awesome 200+ curated papers DOI: 10.20944/preprints202608.0265.v1 License: MIT PRs welcome

GitHub stars GitHub forks

📄 Read the survey → “LLM Agents: A Survey”  ·  PDF in this repo  ·  ⭐ Start with the 10-paper Starter Kit

LLM agents · LLM agent papers · autonomous agents · agentic AI · multi-agent systems · tool use · ReAct · planning · memory · agent benchmarks · agent safety & prompt injection

Taxonomy of LLM-agent research

✨ Highlights

What's here
📚 A superset of the surveyThe 228 references behind “LLM Agents: A Survey,” plus the work verified and added since the paper was fixed. The paper is a snapshot; this list keeps moving.
🧭 Organized by function10 sections following the survey's structure: Surveys, Architectures, Planning, Memory, Tool Use, Multi-Agent, Environments, Applications, Evaluation, Safety.
✍️ AnnotatedEach entry has a one-line note on what it contributes, its venue and year, and a [code] link where an official implementation exists.
Starter KitA 10-paper list for getting oriented, with a note on why each one is worth reading first.
🔎 NavigableA Contents index with per-section counts and collapsible sections.

Topics covered: cognitive architectures · ReAct & reasoning-and-acting · long-horizon planning · agent memory · tool-augmented LLMs · multi-agent collaboration · web / code / embodied agents · agent benchmarks & evaluation · safety, alignment & indirect prompt injection.

🔁 Companion deep-dive, now live: Awesome Agent Loop Papers goes below the components to the loop itself, with 524 papers and 60 open-source artifacts (frameworks, coding harnesses, memory and sandbox infrastructure, skill libraries, registries). Companion to The Agent Loop: A Survey of Control Strategies, Skills, and Harnesses for LLM Agents.

This repository collects must-read papers on LLM-based agents: language models equipped with planning, memory, tool use, and multi-agent coordination to pursue goals over long horizons. Papers follow the taxonomy of the accompanying survey, covering the core components of an agent, the environments and applications they are deployed in, and the cross-cutting concerns of evaluation and safety. Each entry links to the paper and, where an official implementation exists, to its code.

This is a curated, continuously updated selection, and a strict superset of the survey rather than a copy of its bibliography. The paper cites 228 references, each verified against its primary source; this list has grown well past that with work published since the paper was fixed, verified under the same rule. Sections are collapsed by default. Click Show N papers to expand.

Legend: ⭐ = Starter Kit pick (read these first) · [code] = link to an official implementation.

⭐ Starter Kit

New to the area? These ten papers are a good place to start.

#PaperAreaWhy start here
1ReAct: Synergizing Reasoning and ActingPlanningThe template for the modern agent loop: interleave reasoning with actions.
2Reflexion: Verbal Reinforcement LearningPlanningSelf-reflection stored in memory as a gradient-free improvement loop.
3Toolformer: LMs Can Teach Themselves to Use ToolsTool UseThe seminal self-supervised tool-use paper.
4Generative Agents: Interactive SimulacraMulti-AgentMemory + reflection at population scale; the canonical agent-memory design.
5Voyager: An Open-Ended Embodied AgentMemory / Env.Lifelong learning via a growing library of executable skills.
6Cognitive Architectures for Language Agents (CoALA)FoundationsThe vocabulary (memory, action space, decision loop) this list is organized around.
7A Survey on LLM-based Autonomous AgentsSurveyThe canonical general survey of the field.
8LLM-based Multi-Agents: A SurveyMulti-AgentThe standard reference for the multi-agent branch.
9AgentBench: Evaluating LLMs as AgentsEvaluationThe standard cross-environment agent benchmark.
10Not what you've signed up for (Indirect Prompt Injection)SafetyThe founding paper of the agent-security threat model.

🔥 10 to Watch (2026)

Fresh 2026 work that is already drawing attention.

↑ Back to Contents

Contents

🧭 Background

📚 Surveys & Position Papers (57)

Corresponds to §1-§3 (Introduction, Background, Taxonomy).

Show 57 papers

↑ Back to Contents

🏗️ Agent Architectures & Frameworks (51)

Corresponds to §2 (Background) and the running examples throughout.

Show 51 papers

↑ Back to Contents

🧱 Part I: Core Components

🧠 Planning & Reasoning (51)

Corresponds to §4 (Planning and Reasoning).

Show 51 papers

↑ Back to Contents

💾 Memory (56)

Corresponds to §5 (Memory).

Show 56 papers

↑ Back to Contents

🔧 Tool Use (46)

Corresponds to §6 (Tool Use and Action Execution).

Show 46 papers

↑ Back to Contents

🤝 Multi-Agent Systems (51)

Corresponds to §7 (Multi-Agent Systems).

Show 51 papers

↑ Back to Contents

🌍 Part II: Agents in Context

🌐 Interactive Environments (57)

Corresponds to §8 (Agents in Interactive Environments).

Show 57 papers

↑ Back to Contents

🚀 Applications (54)

Corresponds to §10 (Applications).

Show 54 papers

↑ Back to Contents

⚖️ Part III: Cross-Cutting Concerns

📊 Evaluation & Benchmarks (50)

Corresponds to §9 (Evaluation and Benchmarks).

Show 50 papers

↑ Back to Contents

🛡️ Safety & Alignment (59)

Corresponds to §11 (Safety, Security, and Trustworthiness).

Show 59 papers

↑ Back to Contents

Other useful reading lists in the same space:

Maintain a related list? Open a PR to add it here; we're happy to cross-link.

↑ Back to Contents

📄 Citation

The survey is posted on Preprints.org as **[

Truncated — view the full README on GitHub.

agent-benchmark
agents
agent-survey
ai-agents
ai-safety
autonomous-agents
awesome
awesome-list
large-language-models
llm
llm-agents
llm-safety
memory
multi-agent-systems
paper-list
planning
prompt-injection
survey
tool-use

Contributors

js-lee-AI

50 commits

reacher-z

2 commits

jinmang2

1 commits

Languages

Python

89.2%

Shell

10.8%