GraphCanon updated 4d · GitHub synced 4d
Decision brief
Lists essential papers on LLM-based agents with integrated tools like AgentGym for RL training.
Good fit when
- Looking to survey key advancements in LLM-based agent research, specifically through papers endorsed by authors.
- Need comprehensive resources including the AgentGym platform for hands-on reinforcement learning projects.
Avoid when
- Seeking real-time interactive debugging tools; focuses more on paper reviews and general frameworks than coding sandbox features.
- Require support documentation in languages other than English or project-specific code details, as licensing and detailed documentation are currently unverified.
Observed Jul 12, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Slowing (339d since push)
- As of 4d
- Provenance
- Not a fork · Personal account
- As of 4d
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
git clone https://github.com/WooooDyy/LLM-Agent-Paper-ListHow it fits your stack(11)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Related
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A survey paper and related developments focusing on large language model based agents, including tools like AgentGym for training and evaluating these agents through reinforcement learning in different environments.
Capability facts
No sourced capability facts yet. Facts appear after ingest scans repo manifests (Dockerfile, package.json, MCP configs).
Categories
Graph entities
Tags
README
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.
- 🍺 [2025-09-10] New paper is released on arXiv: AgentGym-RL: Training LLM Agents for Long-Horizon Decision Making through Multi-Turn Reinforcement Learning.
- 🚀 [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.
- 👀 [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.
- Project page: https://agentgym.github.io/.
- Codes: Platform and Implementations.
- Huggingface resources: AgentTraj-L, AgentEval, AgentEvol-7B.
- 🎉 [2024/05/02] R3 (Training Large Language Models for Reasoning through Reverse Curriculum Reinforcement Learning) 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. Codes: LLM-Reverse-Curriculum-RL.
- 🥳 [2023/09/20] This project has been listed on GitHub Trendings! 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 for the paper!
- ✨ [2023/09/14] We create this repository to maintain a paper list on LLM-based agents. More papers are coming soon!
🌟 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
For agents
This page has a .md twin and JSON over the API.