Awesome-Self-Evolving-Agents: A Curated List for AI Agent Research
This repository profile is provided by osrepos.com, an open source repository discovery platform.
Summary
Awesome-Self-Evolving-Agents is a comprehensive GitHub repository offering a curated collection of resources on self-evolving agents. It includes a systematic survey, research papers, benchmarks, and open-source projects, providing valuable insights into this rapidly advancing field of AI. This repository serves as an essential guide for researchers and developers exploring model-centric, environment-centric, and co-evolutionary approaches.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
The Awesome-Self-Evolving-Agents repository, maintained by XMUDeepLIT, is a meticulously curated collection of resources dedicated to the burgeoning field of self-evolving agents. This repository stems from a systematic survey paper, "A Systematic Survey of Self-Evolving Agents: From Model-Centric to Environment-Driven Co-Evolution," and aims to provide a continuously updated hub for researchers and practitioners. It covers a wide array of materials, including foundational survey papers, cutting-edge research articles, performance benchmarks, and practical open-source projects.
Self-evolving agents represent a transformative paradigm in AI, enabling systems to autonomously enhance their capabilities across three primary dimensions:
- Model-Centric Self-Evolution: Focuses on improving the agent's internal model through inference-based and training-based evolution.
- Environment-Centric Self-Evolution: Enhances agent interaction with external knowledge and experience, encompassing static knowledge, dynamic experience, modular architecture, and agentic topology evolution.
- Model-Environment Co-Evolution: Explores the simultaneous evolution of both the agent's model and its environment, including multi-agent policy co-evolution and environment training.
Why Use and Key Benefits
This repository offers immense value for anyone interested in the latest advancements in agentic AI. Key benefits include:
- Comprehensive Resource: It provides a single, organized location for a vast amount of research, making it easier to navigate the complex landscape of self-evolving agents.
- Structured Taxonomy: The content is categorized into clear sections, following a comprehensive taxonomy that helps users understand the different facets and approaches within self-evolution.
- Up-to-Date Information: The repository is continuously updated, ensuring access to the newest papers, benchmarks, and projects as the field evolves.
- Foundation for Research: Researchers can leverage this collection to identify key trends, understand existing methodologies, and pinpoint areas for future exploration.
- Practical Applications: Beyond theoretical papers, it links to open-source projects and real-world applications, bridging the gap between academic research and practical implementation in areas like automated scientific discovery and autonomous software engineering.
Installation
Awesome-Self-Evolving-Agents is a curated list of resources, not a software library that requires installation. To "use" this repository, simply clone it or browse its contents directly on GitHub. All resources, including papers, benchmarks, and links to open-source projects, are accessible through the repository's markdown files.
git clone https://github.com/XMUDeepLIT/Awesome-Self-Evolving-Agents.git
cd Awesome-Self-Evolving-Agents
You can then explore the README.md file and linked documents to delve into the various categories of self-evolving agents.
Examples
The repository is structured to provide clear examples and references across its various sections:
- Research Papers: Find extensive lists of papers categorized by evolution mechanism, such as "Inference-Based Evolution" (e.g., Self-consistency, Self-refine) and "Training-Based Evolution" (e.g., Self-instruct, Self-play fine-tuning).
- Benchmarks: Discover benchmarks like GPQA for scientific reasoning, GSM8K for mathematical reasoning, and SWE-bench for software engineering, each with links to their respective projects and papers.
- Open Source Libraries: Explore foundational agent orchestration tools like LangGraph and AutoGen, as well as libraries for distributed training, post-training, and efficient fine-tuning.
- Applications: See real-world implementations in "Automated Scientific Discovery" (e.g., Agon, The AI Scientist) and "Autonomous Software Engineering" (e.g., SWE-agent, Devin).
Each entry typically includes a direct link to the paper or project, facilitating easy access to the original work.
Links
Related repositories
Similar repositories that may be relevant next.

open-slide: An AI-Native Slide Framework for React Presentations
September 9, 2026
open-slide is a powerful slide framework built for AI agents, enabling users to create presentations by describing them in natural language. Coding agents then generate the React components, while open-slide handles the canvas, scaling, navigation, and presentation modes. This allows agents to focus entirely on content, streamlining the creation of polished, agent-driven decks.

best-skills: Daily-Updated Rankings for Top Agent Skills
September 8, 2026
The LinklyAI/best-skills repository offers daily-updated rankings of the top 100 agent skills. It aggregates data on installs, growth, and social buzz from various platforms like skills.sh, ClawHub, Tencent SkillHub, GitHub, and X. This open-data project provides a comprehensive, cross-ecosystem view of agent skill performance, making it an invaluable resource for developers and researchers.

Context Engineering Kit: Enhance AI Agent Quality with Advanced Skills
September 6, 2026
The Context Engineering Kit is a powerful collection of hand-crafted Claude Code Skills designed to significantly improve the quality and predictability of AI agent results. It offers advanced context engineering techniques with a minimal token footprint, ensuring efficiency and effectiveness across platforms like OpenCode, Cursor, and Gemini CLI. This kit provides granular control over plugins and includes an open-source alternative to CodeRabbit, enhancing development workflows.

Agent Factory: Generate AI Agents with Natural Language Descriptions
September 3, 2026
Agent Factory, developed by Mozilla-AI, is a powerful tool designed to generate AI agents and workflows. It allows users to describe tasks in natural language, which it then transforms into executable Python code for agentic workflows. Leveraging the Model Context Protocol (MCP) and the any-agent library, it simplifies the creation of complex AI solutions.
Source repository
Open the original repository on GitHub.