Awesome-Self-Improving-Agents: A Curated List for Agentic AI Self-Improvement
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Awesome-Self-Improving-Agents is a comprehensive GitHub repository featuring a curated and continuously updated list of resources on self-improvement in foundation model-based agentic systems. It serves as a central hub for researchers and practitioners, offering papers, benchmarks, and various media. This resource is essential for anyone exploring the cutting edge of self-evolving AI agents.
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-Improving-Agents repository, maintained by selfimproving-agent, is a meticulously curated and continuously evolving resource hub dedicated to the field of self-improvement in foundation model-based agentic systems. This repository provides a central collection of essential materials, including research papers, benchmarks, insightful blogs, podcasts, interviews, videos, workshops, and courses. It serves as a companion to the survey paper "Self-Improvements in Modern Agentic Systems: A Survey", offering a deep dive into the definition and scope of foundation model-based agents, self-improvement loops, and the distinct categories of foundation model improvement and scaffolding improvement.
Why Use It & Key Benefits
This repository offers unparalleled value for anyone interested in the rapidly advancing domain of self-improving AI agents. Its key benefits include:
- Comprehensive Overview: Provides a structured and exhaustive collection of resources, making it easy to grasp the current state and future directions of agentic AI.
- Structured Taxonomy: Features a clear taxonomy that categorizes self-improving agents along two orthogonal axes: Foundation Model Improvement and Scaffolding Improvement, aiding in a deeper understanding of the mechanisms involved.
- Up-to-Date Literature: Continuously updated with the latest research, including upcoming publications, ensuring users have access to the most recent advancements.
- Evaluation and Benchmarking Insights: Offers dedicated sections on how agent progress is measured and groups benchmarks by improvement mechanism and application domain, crucial for assessing agent performance.
- Diverse Resource Formats: Beyond academic papers, it includes blogs, podcasts, and videos, catering to different learning preferences and providing broader context.
- Community Engagement: Facilitates connection with other researchers and enthusiasts through its Discord community.
How to Explore
As an awesome list, Awesome-Self-Improving-Agents does not require any traditional installation. To benefit from this valuable resource:
- Visit the GitHub Repository: Navigate directly to the repository's GitHub page to browse its contents.
- Read the
README.md: TheREADME.mdfile provides a comprehensive, structured overview of the entire list, including definitions, taxonomy, and direct links to resources. - Explore the Survey Paper: For a foundational understanding, delve into the accompanying survey paper, linked within the repository, which details the theoretical underpinnings.
- Engage with the Community: Join the Discord server to discuss topics, ask questions, and connect with other members of the self-improving agents community.
Examples
The repository meticulously organizes key literature and resources. Here are a few examples of the types of content you'll find:
- Foundation Model Improvement: Discover papers like
Self-Instruct: Aligning Language Models with Self-Generated Instructions(2023),Constitutional AI: Harmlessness from AI Feedback(2022), andRoboCat: A Self-Improving Generalist Agent for Robotic Manipulation(2023), illustrating how foundation models can enhance themselves through various feedback mechanisms and interactions. - Scaffolding Improvement: Explore advancements in
Prompt Optimizationwith works such asSelf-Refine: Iterative Refinement with Self-Feedback(2023),Memoryenhancements seen inGenerative Agents: Interactive Simulacra of Human Behavior(2023), andToolintegration exemplified byVoyager: An Open-Ended Embodied Agent with Large Language Models(2023). - Evaluation & Benchmarking: Understand how agents are assessed through benchmarks like
SWE-Benchfor software engineering tasks andMind2Webfor web navigation, providing critical insights into agent capabilities and progress. - Related Resources: Access a rich collection of supplementary materials, including blogs from Anthropic and Google DeepMind, podcasts featuring AI pioneers like Jürgen Schmidhuber, and academic courses from institutions like Stanford University.
Links
- GitHub Repository: https://github.com/selfimproving-agent/Awesome-Self-Improving-Agents
- Survey Paper (arXiv): https://arxiv.org/abs/2607.13104
- Project Page: https://selfimproving-agent.github.io/
- Discord Community: https://discord.gg/fn5rYJhgaz
Related repositories
Similar repositories that may be relevant next.

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.

TrueForge: The Open-Source Agent Harness for LLM-Powered Agents
September 1, 2026
TrueForge is an open-source agent harness designed to transform large language models (LLMs) into fully functional agents. It provides the essential runtime layer, handling complex aspects like streaming, session persistence, tool servers, and sandboxing. Developers can leverage TrueForge to build and deploy robust, scalable AI agents with ease.

Google Skills: Agent Skills for Google Products and Technologies
August 18, 2026
The `google/skills` repository offers a comprehensive collection of Agent Skills designed for Google products and technologies, including Google Cloud. It enables developers to easily integrate and leverage pre-built functionalities for various tasks, from infrastructure management to advanced AI/ML solutions. This resource streamlines the development of agentic applications within the Google ecosystem, providing a robust foundation for innovation.

mcp-gateway: Unifying AI Tool Access with Reduced Context Overhead
August 15, 2026
mcp-gateway is a powerful Rust binary designed to streamline AI agent interaction with diverse tools. It consolidates unlimited MCP servers and REST APIs behind a single, compact endpoint, drastically reducing context token overhead and enabling efficient tool access.
Source repository
Open the original repository on GitHub.