Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

43 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– 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 survey The 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 function 10 sections following the survey's structure: Surveys, Architectures, Planning, Memory, Tool Use, Multi-Agent, Environments, Applications, Evaluation, Safety.
✍️ Annotated Each entry has a one-line note on what it contributes, its venue and year, and a [code] link where an official implementation exists.
⭐ Starter Kit A 10-paper list for getting oriented, with a note on why each one is worth reading first.
πŸ”Ž Navigable A 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.

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

πŸ”₯ 10 to Watch (2026)

Fresh 2026 work that is already drawing attention.

Paper Area Stars
GenericAgent: A Token-Efficient Self-Evolving LLM Agent via Contextual Information Density Maximization Architectures stars
SimpleMem: Efficient Lifelong Memory for LLM Agents Memory stars
AutoSci: A Memory-Centric Agentic System for the Full Scientific Research Lifecycle Applications stars
Mobile-Agent-v3.5: Multi-platform Fundamental GUI Agents Environments stars
AgentDoG: A Diagnostic Guardrail Framework for AI Agent Safety and Security Safety stars
Agentic Reasoning for Large Language Models Surveys stars
UniToolCall: Unifying Tool-Use Representation, Data, and Evaluation for LLM Agents Tool Use stars
Graph-of-Agents: A Graph-based Framework for Multi-Agent LLM Collaboration Multi-Agent stars
Can AI Agents Answer Your Data Questions? A Benchmark for Data Agents (DataAgentBench) Evaluation stars
Harness Updating Is Not Harness Benefit: Disentangling Evolution Capabilities in Self-Evolving LLM Agents Planning stars

↑ Back to Contents

Contents

🧭 Background

πŸ“š Surveys & Position Papers (52)

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

Show 52 papers

↑ Back to Contents

πŸ—οΈ Agent Architectures & Frameworks (42)

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

Show 42 papers

↑ Back to Contents

🧱 Part I: Core Components

🧠 Planning & Reasoning (44)

Corresponds to Β§4 (Planning and Reasoning).

Show 44 papers

↑ Back to Contents

πŸ’Ύ Memory (48)

Corresponds to Β§5 (Memory).

Show 48 papers

↑ Back to Contents

πŸ”§ Tool Use (41)

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

Show 41 papers

↑ Back to Contents

🀝 Multi-Agent Systems (45)

Corresponds to Β§7 (Multi-Agent Systems).

Show 45 papers

↑ Back to Contents

🌍 Part II: Agents in Context

🌐 Interactive Environments (50)

Corresponds to Β§8 (Agents in Interactive Environments).

Show 50 papers

↑ Back to Contents

πŸš€ Applications (49)

Corresponds to Β§10 (Applications).

Show 49 papers

↑ Back to Contents

βš–οΈ Part III: Cross-Cutting Concerns

πŸ“Š Evaluation & Benchmarks (43)

Corresponds to Β§9 (Evaluation and Benchmarks).

Show 43 papers

↑ Back to Contents

πŸ›‘οΈ Safety & Alignment (53)

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

Show 53 papers

↑ Back to Contents

πŸ”— Related Awesome Lists

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 LLM Agents: A Survey, DOI 10.20944/preprints202608.0265.v1. That versioned record is the one to cite. The same 47-page paper is also in this repository at paper/llm-agents-a-survey.pdf so you can read it without leaving GitHub.

If this list or the survey is useful to you, please cite:

@article{lee2026llmagents,
  title     = {LLM Agents: A Survey},
  author    = {Lee, Jungseob},
  year      = {2026},
  month     = {August},
  journal   = {Preprints},
  publisher = {Preprints},
  doi       = {10.20944/preprints202608.0265.v1},
  url       = {https://doi.org/10.20944/preprints202608.0265.v1}
}

GitHub's Cite this repository button reads CITATION.cff and returns the same record in APA or BibTeX.

The companion deep-dive, The Agent Loop: A Survey of Control Strategies, Skills, and Harnesses for LLM Agents, is a separate record: DOI 10.2139/ssrn.7186738. Cite whichever one you actually drew on.

🀝 Contributing

The agent literature is arriving faster than any one person can track, on the order of a thousand new papers a month. I read hard for this list, but I have certainly missed strong papers and methods. If one belongs here (including your own), please help:

  • Open a PR adding it to the right section with a verifiable link and a one-line why it matters (and a [code] link if an implementation exists), or
  • Open an issue with the link and I'll triage quickly.

Corrections, sharper annotations, and whole new sections are just as welcome. See CONTRIBUTING.md for the entry format.

πŸ‘₯ Contributors

This list is community-maintained. Thanks to everyone who has suggested, verified, or annotated a paper:

Contributor Contributed
@reacher-z @reacher-z ClawBench, a live-web browser-agent benchmark, in Evaluation & Benchmarks (#3)
@jinmang2 @jinmang2 6 agent-memory systems: MemoryOS, Zep, Nemori, MemOS, G-Memory, ACE (#2)
@WhymustIhaveaname @WhymustIhaveaname 3 research-agent and orchestration papers: AutoNumerics, OptimAI, PerspectiveGap (#1); the Agon code link, and the report that led to nine truncated glosses being rewritten (#5)
@js-lee-AI @js-lee-AI Maintainer

Listed by hand rather than generated, so that credit follows the contribution rather than who happened to run git commit. See the contributor graph for commit-level history.

Want your avatar here? See CONTRIBUTING.md: a single well-formatted PR is all it takes.

πŸ“œ License

Released under the MIT License.

πŸ—“οΈ Updates

  • 2026-08-08: Recency pass: +16 papers from August 2026 across all ten sections, every arXiv ID, title and author line pulled from the API and re-checked against the record before it went in, with official repos linked where they exist. 451 to 467.
  • 2026-08-08: Nine glosses had been cut off mid-sentence by an earlier backfill, three of them leaving a parenthesis open. All nine rewritten from the papers' own abstracts, and Agon gained the [code] link that @WhymustIhaveaname supplied in #5. A checker for this now lives in scripts/check_glosses.py.
  • 2026-08-06: The survey is posted on Preprints.org with DOI 10.20944/preprints202608.0265.v1. The citation block, CITATION.cff and the header link now point at the versioned record instead of the PDF in this repository.
  • 2026-07-31: Recency pass: +30 papers from July 2026, three per section, every arXiv ID, title and author line re-checked against arxiv.org and official repos linked where they exist. 421 to 451.
  • 2026-07-26: ClawBench added to Evaluation & Benchmarks by @reacher-z, who helps maintain it. 420 to 421.
  • 2026-07-25: First community contributions: +6 agent-memory systems (MemoryOS, Zep, Nemori, MemOS, G-Memory, ACE) from @jinmang2, and +3 research-agent and orchestration papers (AutoNumerics, OptimAI, PerspectiveGap) from @WhymustIhaveaname. All titles, authors, venues, arXiv IDs and code links re-verified before merge.
  • 2026-07-19: Comprehensive 2026 backfill: +78 more verified papers (Jan to July 2026) across all ten sections, every arXiv ID and title checked against arxiv.org and official repos linked where confirmed.
  • 2026-07-19: January to May 2026 backfill: +30 papers (three per section), every arXiv ID and title verified against arxiv.org, official repos linked where they exist.
  • 2026-07-16: Recency pass: +50 papers from June and July 2026 across all ten sections, every arXiv ID and title verified against arxiv.org, with official repos linked where they exist.
  • 2026-07-12: 2026 cohort pass: +42 papers across all ten sections, plus a new 10 to Watch (2026) section with live star counts and live star badges on the related lists. 211 to 253.
  • 2026-07-09: Literature-update pass: +27 papers (agentic RL, protocols, deep research, frontier evaluation and safety), 184 to 211.
  • 2026-07-08: Initial release. 184 annotated papers, organized by the survey's taxonomy.

About

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

Topics

Resources

Contributing

Stars

61 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages