---
title: "LLM-Agent-Paper-List"
type: "tool"
slug: "woooodyy-llm-agent-paper-list"
canonical_url: "https://www.graphcanon.com/tools/woooodyy-llm-agent-paper-list"
github_url: "https://github.com/WooooDyy/LLM-Agent-Paper-List"
homepage_url: "https://arxiv.org/abs/2309.07864"
stars: 8156
forks: 493
primary_language: null
license: null
categories: ["ai-agents"]
tags: ["llm", "nlp", "survey", "large-language-models", "agent"]
updated_at: "2026-07-07T18:36:25.572484+00:00"
---

# LLM-Agent-Paper-List

> Curated list of must-read papers on Large Language Model-Based Agents

Repository hosting the curated paper list for the 'The Rise and Potential of Large Language Model Based Agents: A Survey' cover paper by Zhiheng Xi et al. with ongoing updates including tutorials, news about AgentGym-RL framework release, interactive frontend addition for visualization, and more.

## Facts

- Repository: https://github.com/WooooDyy/LLM-Agent-Paper-List
- Homepage: https://arxiv.org/abs/2309.07864
- Stars: 8,156 · Forks: 493 · Open issues: 25 · Watchers: 137
- Last pushed: 2025-09-12T03:08:58+00:00

## Categories

- [AI Agents](/categories/ai-agents.md)

## Tags

llm, nlp, survey, large-language-models, agent

## Related tools

- [ECC](/tools/affaan-m-ecc.md) - The agent harness performance optimization system (★ 226,962)
- [hermes-agent](/tools/nousresearch-hermes-agent.md) - The self-improving AI agent built by Nous Research (★ 210,880)
- [AutoGPT](/tools/significant-gravitas-autogpt.md) - AutoGPT: Build, Deploy, and Run AI Agents (★ 185,417)
- [ollama](/tools/ollama-ollama.md) - Get up and running with Kimi-K2.6, GLM-5.1, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models. (★ 175,659)
- [langflow](/tools/langflow-ai-langflow.md) - Langflow is a powerful platform for building and deploying AI-powered agents and workflows. (★ 151,298)
- [dify](/tools/langgenius-dify.md) - Production-ready platform for agentic workflow development (★ 148,070)
- [firecrawl](/tools/firecrawl-firecrawl.md) - The API to search, scrape, and interact with the web at scale. (★ 147,117)
- [langchain](/tools/langchain-ai-langchain.md) - The agent engineering platform. (★ 141,211)

## README (excerpt)

```text
# The Rise and Potential of Large Language Model Based Agents: A Survey

🔥 **Must-read papers for LLM-based agents.**

🏃 **Coming soon: Add one-sentence intro to each paper.**

## 🔔 News

- 🎉 [2025-09-10] Note！You can develop your custom environment to AgentGym and perform RL on it! The tutorial is [here](https://github.com/WooooDyy/AgentGym/blob/main/docs/tutorials/en/05-2nd-Development.md).
- 🍺 [2025-09-10] New paper is released on arXiv: [AgentGym-RL: Training LLM Agents for Long-Horizon Decision Making through Multi-Turn Reinforcement Learning](https://arxiv.org/abs/2509.08755).
- 🚀 [2025-09-10] AgentGym-RL Framework released! We introduce the reinforcement learning (RL) version of AgentGym, enabling agents to learn directly from interactive environments: [AgentGym-RL](https://github.com/WooooDyy/AgentGym-RL).
- 👀 [2025/09/03] AgentGym now provides an interactive frontend for visualization. Researchers can replay and inspect full trajectories, step through agent decision-making, and analyze model behaviors more easily.
- ☄️ [2024/06/07] AgentGym has been released for developing and evolving LLM-based agents across diverse environments!
  - Paper: [AgentGym](https://arxiv.org/abs/2406.04151).
  - Project page: [https://agentgym.github.io/](https://agentgym.github.io/).
  - Codes: [Platform and Implementations](https://github.com/WooooDyy/AgentGym).
  - Huggingface resources:  [AgentTraj-L](https://huggingface.co/datasets/AgentGym/AgentTraj-L), [AgentEval](https://huggingface.co/datasets/AgentGym/AgentEval), [AgentEvol-7B](https://huggingface.co/AgentGym/AgentEvol-7B).
- 🎉 [2024/05/02] R3 ([Training Large Language Models for Reasoning through Reverse Curriculum Reinforcement Learning](https://arxiv.org/abs/2402.05808)) was accepted by ICML 2024!
- 💫 [2024/02/08] New paper R3 on RL for LLM agent reasoning has been released! Paper: [Training Large Language Models for Reasoning through Reverse Curriculum Reinforcement Learning](https://arxiv.org/abs/2402.05808). Codes: [LLM-Reverse-Curriculum-RL](https://github.com/WooooDyy/LLM-Reverse-Curriculum-RL).
- 🥳 [2023/09/20] This project has been listed on [GitHub Trendings](https://github.com/trending)!  It is a great honor!
- 💥 [2023/09/15] Our survey is released! See [The Rise and Potential of Large Language Model Based Agents: A Survey](https://arxiv.org/abs/2309.07864) for the paper!
- ✨ [2023/09/14] We create this repository to maintain a paper list on LLM-based agents. More papers are coming soon!

<div align=center><img src="./assets/figure1.jpg" width="80%" /></div>


## 🌟 Introduction

For a long time, humanity has pursued artificial intelligence (AI) equivalent to or surpassing human level, with AI agents considered as a promising vehicle of this pursuit. AI agents are artificial entities that sense their environment, make decisions, and take actions. 

Due to the versatile and remarkable capabilities they demonstrate, large language models (LLMs) are regarded as potential sparks for Artificial General Intelligence (AGI), offering hope for building general AI agents. Many research efforts have leveraged LLMs as the foundation to build AI agents and have achieved significant progress.

In this repository, we provide a systematic and comprehensive survey on LLM-based agents, and list some must-read papers. 

Specifically, we start by the general conceptual framework for LLM-based agents: comprising three main components: brain, perception, and action, and the framework can be tailored to suit different applications. 
Subsequently, we explore the extensive applications of LLM-based agents in three aspects: single-agent scenarios, multi-agent scenarios, and human-agent cooperation. 
Following this, we delve into agent societies, exploring the behavior and personality of LLM-based agents, the social phenomena that emerge when they form societies, and the insights they offer for human society.
Finally, we discuss a range of key topics and open problems within the fiel
```

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/tools/woooodyy-llm-agent-paper-list`](/api/graphcanon/tools/woooodyy-llm-agent-paper-list)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
