README.md

August 24, 2026 · View on GitHub

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

PaperAreaStars
GenericAgent: A Token-Efficient Self-Evolving LLM Agent via Contextual Information Density MaximizationArchitecturesstars
SimpleMem: Efficient Lifelong Memory for LLM AgentsMemorystars
AutoSci: A Memory-Centric Agentic System for the Full Scientific Research LifecycleApplicationsstars
Mobile-Agent-v3.5: Multi-platform Fundamental GUI AgentsEnvironmentsstars
AgentDoG: A Diagnostic Guardrail Framework for AI Agent Safety and SecuritySafetystars
Agentic Reasoning for Large Language ModelsSurveysstars
UniToolCall: Unifying Tool-Use Representation, Data, and Evaluation for LLM AgentsTool Usestars
Graph-of-Agents: A Graph-based Framework for Multi-Agent LLM CollaborationMulti-Agentstars
Can AI Agents Answer Your Data Questions? A Benchmark for Data Agents (DataAgentBench)Evaluationstars
Harness Updating Is Not Harness Benefit: Disentangling Evolution Capabilities in Self-Evolving LLM AgentsPlanningstars

↑ Back to Contents

Contents

🧭 Background

📚 Surveys & Position Papers (54)

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

Show 54 papers

↑ Back to Contents

🏗️ Agent Architectures & Frameworks (46)

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

Show 46 papers

↑ Back to Contents

🧱 Part I: Core Components

🧠 Planning & Reasoning (46)

Corresponds to §4 (Planning and Reasoning).

Show 46 papers

↑ Back to Contents

💾 Memory (51)

Corresponds to §5 (Memory).

Show 51 papers

↑ Back to Contents

🔧 Tool Use (43)

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

Show 43 papers

↑ Back to Contents

🤝 Multi-Agent Systems (48)

Corresponds to §7 (Multi-Agent Systems).

Show 48 papers

↑ Back to Contents

🌍 Part II: Agents in Context

🌐 Interactive Environments (54)

Corresponds to §8 (Agents in Interactive Environments).

Show 54 papers

↑ Back to Contents

🚀 Applications (51)

Corresponds to §10 (Applications).

Show 51 papers

↑ Back to Contents

⚖️ Part III: Cross-Cutting Concerns

📊 Evaluation & Benchmarks (46)

Corresponds to §9 (Evaluation and Benchmarks).

Show 46 papers

↑ Back to Contents

🛡️ Safety & Alignment (55)

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

Show 55 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 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:

ContributorContributed
@zhongzero@zhongzeroForeDreamer, a dual-agent memory architecture for forecasting, submitted by one of its authors, in Memory (#12)
@Nicolas99-9@Nicolas99-9CityReal, a large-scale human-aligned urban simulation, in Multi-Agent Systems (#10)
@BobbyZhouZijian@BobbyZhouZijianCORAL, an autonomous multi-agent evolution framework, submitted by one of its authors, in Agent Architectures & Frameworks (#9)
@razzant@razzantOuroboros, a self-developing coding-agent harness, submitted by its maintainer, in Agent Architectures & Frameworks (#8)
@reacher-z@reacher-zDr. Bench, a deep-research-agent evaluation, submitted by one of its authors, in Evaluation & Benchmarks (#7); ClawBench, a live-web browser-agent benchmark, same section (#3)
@JEONGSEJIN@JEONGSEJINWebAgent and the world-model-augmented web agent, in Interactive Environments (#6)
@jinmang2@jinmang26 agent-memory systems: MemoryOS, Zep, Nemori, MemOS, G-Memory, ACE (#2)
@WhymustIhaveaname@WhymustIhaveaname3 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-AIMaintainer

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-25: ForeDreamer added to Memory by @zhongzero, who is one of its authors (#12). The gloss now leads with what the system does differently, turning web evidence into structured memory before the forecast rather than feeding retrieval straight to the agent. 493 to 494.
  • 2026-08-20: Recency pass: +20 papers from August 2026, two per section. Code links only where the paper names its own repository. The month leans negative, which suits this list: the MCP-versus-CLI comparison that found the scaffolding dominates, the compression that leaves task completion flat while tripling retrieval, the returned tool images that turn out to be redundant, and the multilingual gap that does not close with scale. 473 to 493.
  • 2026-08-20: Two community additions merged: Dr. Bench (@reacher-z, #7) and CityReal (@Nicolas99-9, #10). The CityReal PR moved the section heading and the disclosure summary but not the Contents line, so the count was synced on the branch first. 471 to 473.
  • 2026-08-12: Four community additions merged: Ouroboros (@razzant, #8), CORAL (@BobbyZhouZijian, #9), and WebAgent plus the world-model-augmented web agent (@JEONGSEJIN, #6). One code link was dropped that had been copied from the entry above it. 467 to 471.
  • 2026-08-08: Recency pass: +16 papers from August 2026 across all ten sections, 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, with 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, with official repos linked where confirmed.
  • 2026-07-19: January to May 2026 backfill: +30 papers (three per section), with official repos linked where they exist.
  • 2026-07-16: Recency pass: +50 papers from June and July 2026 across all ten sections, 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.