#130 · Primary category: LLM Application Frameworks
AgentEvolver
AgentEvolver: Towards Efficient Self-Evolving Agent System
Project last updated:04/01/26
GitHub Stars
1.5K
Forks
173
Contributors
12
License
Apache-2.0
Why we included this project
Most agent training pipelines plateau once the fine-tuning run ends, and if you have hit that wall, AgentEvolver is worth a look. It is a training framework that lets an agent keep improving after training by generating its own tasks, navigating its own learning path, and attributing which intermediate steps actually produced a good outcome. That cuts down on hand-built datasets and manual rollout collection, which matters if your budget for curating agent data is small. The repo also includes a service-oriented architecture with environment sandboxes, plus a game arena for multi-agent social reasoning in Avalon and Diplomacy that doubles as a training and evaluation ground. Benchmarks on AppWorld and BFCL-v3 show gains over base models at the same parameter count, so if you are weighing whether to build a self-evolving training pipeline from scratch, this is a credible reference to start from.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform