Skip to content

Latest commit

 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Self-Improving Agents in the Era of Experience: A Survey of Self- to Meta-Evolution

Awesome Survey PDF Github Website

We welcome issues and pull requests for missing work on harness agents, agent skills, memory, self-improvement, agent RL, evaluation, and safety.

News

  • [2026-06-25] 🎉 Release: Our survey is now available on OpenReview.

Citation

If you find this survey or paper list helpful, please cite our work:

@article{jiang2026selfimprovingagents,
  title={Self-Improving Agents in the Era of Experience: A Survey of Self- to Meta-Evolution},
  author={Che Jiang and Jincheng Zhong and Yu Fu and Kai Tian and Junlin Yang and Kaikai Zhao and Yuchong Wang and Tianwei Luo and Weizhi Wang and Yuxin Zuo and Guoli Jia and Xingtai Lv and Dianqiao Lei and Sihang Zeng and Yuru Wang and Zhenzhao Yuan and Xinwei Long and Ermo Hua and Can Ren and Xin Jiang and Shulei Xie and Yuanchun Zheng and Youbang Sun and Biqing Qi and Ning Ding and Kaiyan Zhang and Bowen Zhou},
  journal={OpenReview Archive},
  year={2026},
  url={https://openreview.net/pdf?id=IUltZSgLMm}
}

Contents

Overview

This repository collects papers, systems, benchmarks, and resources for studying how deployed agentic AI systems become more capable after deployment.

We organize the landscape around the harness agent: a deployed runtime system whose behavior is jointly shaped by a base model, a mutable harness, a user-facing interface, and an environment-facing interface. Under this view, self-improvement first appears as fast runtime adaptation over external surfaces such as skills, memory, context, tools, and execution environments. Repeated experience may later be consolidated into model parameters through reinforcement learning, fine-tuning, or continual learning.

Harness agent overview

We organize the survey into four parts:

  1. Paradigm shift: from task-bounded tool-use loops to deployed harness-centered runtime systems.
  2. External path: skills, memory, context, tools, and environments as editable runtime adaptation surfaces.
  3. Parameter path and meta-evolution: agent RL, continual learning, and meta-agents for durable learning and update orchestration.
  4. Conditions and limits: evaluation, safety, governance, and open problems for reliable post-deployment improvement.

Paper List

This paper list follows the references cited by the LaTeX manuscript. It currently includes 331 unique cited entries from 379 unique manuscript citation keys and 379 cited BibTeX records.

Every row includes a date, display name, title, and at least one public source badge. Cited entries whose public source URL still needs verification are omitted from this table until complete metadata is available (44 currently omitted; 4 duplicate cited records collapsed).

Foundations and Surveys

Date Name Title Paper Github
2026-06 OpenSkill OpenSkill: Open-World Self-Evolution for LLM Agents Paper -
2026-05 huang2026rawexperience From Raw Experience to Skill Consumption: A Systematic Study of Model-Generated Agent Skills Paper -
2026-05 SkillOpt SkillOpt: Executive Strategy for Self-Evolving Agent Skills Paper -
2026-04 cursor2026cursor3 Meet the New Cursor Blog -
2026-04 neuralcomputers2026_paper Neural Computers Paper -
2026-04 SWE-chat SWE-chat: Coding Agent Interactions From Real Users in the Wild Paper -
2026-01 AI Agent Systems AI Agent Systems: Architectures, Applications, and Evaluation Paper -
2025-08 fang2025selfevolvingagents A Comprehensive Survey of Self-Evolving AI Agents: A New Paradigm Bridging Foundation Models and Lifelong Agentic Systems Paper -
2025-07 A Survey of Self-Evolving Agents A Survey of Self-Evolving Agents: What, When, How, and Where to Evolve on the Path to Artificial Super Intelligence Paper -
2025-06 chen2025compoundaisystems From Standalone LLMs to Integrated Intelligence: A Survey of Compound AI Systems Paper -
2025-02 anthropic2025claudecode Claude 3.7 Sonnet and Claude Code Blog -
2025-01 silver2025eraexperience Welcome to the Era of Experience Paper -
2024-05 WildChat WildChat: 1M ChatGPT Interaction Logs in the Wild Paper -
2024-04 tao2024selfevolutionsurvey A Survey on Self-Evolution of Large Language Models Paper -
2024-01 langchain2024langgraph LangGraph Blog -
2023-09 xi2023riseagentsurvey The Rise and Potential of Large Language Model Based Agents: A Survey Paper -
2023-08 wang2023llmagentsurvey A Survey on Large Language Model based Autonomous Agents Paper -
2022-01 ahn2022can Do as i can, not as i say: Grounding language in robotic affordances Paper -

Harness and Runtime Architecture

Date Name Title Paper Github
2026-08 Ouroboros Ouroboros: A Self-Developing Frontier Coding Agent with Reviewed Core Evolution Paper GitHub Stars
2026-06 recursive2026automatedresearch First Steps Toward Automated AI Research Paper -
2026-06 osmani2026loopengineering Loop Engineering Paper -
2026-06 Traj-Evolve Traj-Evolve: A Self-Evolving Multi-Agent System for Patient Trajectory Modeling in Lung Cancer Early Detection Paper -
2026-05 Agent Harness Engineering Agent Harness Engineering: A Survey OpenReview -
2026-04 meng2026agentharness Agent Harness for Large Language Model Agents: A Survey Paper -
2026-04 boeckeler2026harnessengineering Harness Engineering for Coding Agent Users Blog -
2026-04 martin2026harnessfailures Most AI Agent Failures Are Harness Failures Blog -
2026-04 Scaling Managed Agents Scaling Managed Agents: Decoupling the Brain from the Hands Blog -
2026-04 xu2026futureagentsopensource The Future of Agents is Open Source (part 1 of 2) Paper -
2026-03 cursor2026composer2 Composer 2 Technical Report Paper -
2026-03 yue2026workflowsurvey From Static Templates to Dynamic Runtime Graphs: A Survey of Workflow Optimization for LLM Agents Paper -
2026-02 Unlocking the Codex harness Unlocking the Codex harness: how we built the App Server Blog -
2026-01 openharness2026_repo OpenHarness Repo GitHub Stars
2025-11 young2025effectiveharnesses Effective Harnesses for Long-Running Agents Blog -
2025-07 mei2025contextengineering A Survey of Context Engineering for Large Language Models Paper -
2025-05 Darwin Godel Machine Darwin Godel Machine: Open-Ended Evolution of Self-Improving Agents Paper -
2025-05 openai2025codex Introducing Codex Blog -
2020-01 Artificial Intelligence Artificial Intelligence: A Modern Approach Paper -
2003-01 Goedel Machines Goedel Machines: Self-Referential Universal Problem Solvers Making Provably Optimal Self-Improvements Paper -

Skills and Skill Libraries

Date Name Title Paper Github
2026-07 Skill-SP Skill Self-Play: Pushing the Frontier of LLM Capability with Co-Evolving Skills Paper GitHub Stars
2026-06 li2026agenticenvironmentengineering Agentic Environment Engineering for Large Language Models: A Survey of Environment Modeling, Synthesis, Evaluation, and Application Paper -
2026-05 RewardHarness RewardHarness: Self-Evolving Agentic Post-Training Paper GitHub Stars
2026-05 zhou2026cta Counterfactual Trace Auditing of LLM Agent Skills Paper -
2026-05 Group of Skills Group of Skills: Group-Structured Skill Retrieval for Agent Skill Libraries Paper -
2026-05 MIND-Skill MIND-Skill: Quality-Guaranteed Skill Generation via Multi-Agent Induction and Deduction Paper -
2026-05 MUSE-Autoskill MUSE-Autoskill: Self-Evolving Agents via Skill Creation, Memory, Management, and Evaluation Paper -
2026-05 OpenClaw Research OpenClaw Research: A Systematic Survey of Large Language Model Agents in Open Deployment Paper -
2026-05 SkillEvolver SkillEvolver: Skill Learning as a Meta-Skill Paper -
2026-05 SkillRAE SkillRAE: Agent Skill-Based Context Compilation for Retrieval-Augmented Execution Paper -
2026-05 SkillRet SkillRet: A Large-Scale Benchmark for Skill Retrieval in LLM Agents Paper -
2026-04 CoEvoSkills CoEvoSkills: Self-Evolving Agent Skills via Co-Evolutionary Verification Paper -
2026-04 Corpus2Skill Corpus2Skill: Distilling Document Corpora into Hierarchical Skill Directories for Agent Navigation Paper -
2026-04 Externalization in LLM Agents Externalization in LLM Agents: A Unified Review of Memory, Skills, Protocols and Harness Engineering Paper -
2026-04 hivemind2026_repo Hivemind: Continual Learning Layer that Distills Coding-Agent Session Trajectories into Reusable Skills Repo GitHub Stars
2026-04 skillswild2026realistic How Well Do Agentic Skills Work in the Wild: Benchmarking LLM Skill Usage in Realistic Settings Paper -
2026-04 SKILL0 SKILL0: In-Context Agentic Reinforcement Learning for Skill Internalization Paper -
2026-04 SkillX SkillX: Automatically Constructing Skill Knowledge Bases for Agents Paper -
2026-03 bi2026repositorymining Automating Skill Acquisition through Large-Scale Mining of Open-Source Agentic Repositories: A Framework for Multi-Agent Procedural Knowledge Extraction Paper -
2026-03 AutoSkill AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution Paper -
2026-03 d2skill2026dynamic Dynamic Dual-Granularity Skill Bank for Agentic RL Paper -
2026-03 EvoSkill EvoSkill: Automated Skill Discovery for Multi-Agent Systems Paper -
2026-03 From Model to Agent From Model to Agent: Equipping the Responses API with a Computer Environment Blog -
2026-03 MetaClaw MetaClaw: Just Talk -- An Agent That Meta-Learns and Evolves in the Wild Paper -
2026-03 SkillNet SkillNet: Create, Evaluate, and Connect AI Skills Paper -
2026-03 SkillRouter SkillRouter: Retrieve-and-Rerank Skill Selection for LLM Agents at Scale Paper -
2026-03 SWE-Skills-Bench SWE-Skills-Bench: Do Agent Skills Actually Help in Real-World Software Engineering? Paper -
2026-03 Trace2Skill Trace2Skill: Distill Trajectory-Local Lessons into Transferable Agent Skills Paper -
2026-03 XSkill XSkill: Continual Learning from Experience and Skills in Multimodal Agents Paper -
2026-02 Skill-Pro Skill-Pro: Learning Reusable Skills from Experience via Non-Parametric PPO for LLM Agents Paper -
2026-02 SkillRL SkillRL: Evolving Agents via Recursive Skill-Augmented Reinforcement Learning Paper -
2026-02 SkillsBench SkillsBench: Benchmarking How Well Agent Skills Work Across Diverse Tasks Paper -
2026-01 AutoRefine AutoRefine: From Trajectories to Reusable Expertise for Continual LLM Agent Refinement Paper -
2026-01 hermesagent2026_repo Hermes Agent Repo GitHub Stars
2026-01 li2026singleagentskills When Single-Agent with Skills Replace Multi-Agent Systems and When They Fail Paper -
2025-12 sage2025selfimproving Reinforcement Learning for Self-Improving Agent with Skill Library Paper -
2025-10 composeincontext2025skills Can Language Models Compose Skills In-Context? Paper -

Memory and Context Management

Date Name Title Paper Github
2026-05 Auto-Dreamer Auto-Dreamer: Learning Offline Memory Consolidation for Language Agents Paper -
2026-05 MemORAI MemORAI: Memory Organization and Retrieval via Adaptive Graph Intelligence for LLM Conversational Agents Paper -
2026-05 MEMOREPAIR MEMOREPAIR: Barrier-First Cascade Repair in Agentic Memory Paper -
2026-05 zou2026demem Remember the Decision, Not the Description: A Rate-Distortion Framework for Agent Memory Paper -
2026-05 SAGE SAGE: A Self-Evolving Agentic Graph-Memory Engine for Structure-Aware Associative Memory Paper -
2026-04 APEX-MEM APEX-MEM: Agentic Semi-Structured Memory with Temporal Reasoning for Long-Term Conversational AI Paper -
2026-04 Cognis Cognis: Context-Aware Memory for Conversational AI Agents Paper -
2026-04 DeltaMem DeltaMem: Towards Agentic Memory Management via Reinforcement Learning Paper -
2026-04 zhang2026lightmem Lightweight LLM Agent Memory with Small Language Models Paper -
2026-03 zhang2026amac Adaptive Memory Admission Control for LLM Agents Paper -
2026-03 AriadneMem AriadneMem: Threading the Maze of Lifelong Memory for LLM Agents Paper -
2026-03 Chronos Chronos: Temporal-Aware Conversational Agents with Structured Event Retrieval for Long-Term Memory Paper -
2026-03 CLAG CLAG: Adaptive Memory Organization via Agent-Driven Clustering for Small Language Model Agents Paper -
2026-03 GAAMA GAAMA: Graph Augmented Associative Memory for Agents Paper -
2026-03 Memori Memori: A Persistent Memory Layer for Efficient, Context-Aware LLM Agents Paper -
2026-03 Memory for Autonomous LLM Agents Memory for Autonomous LLM Agents: Mechanisms, Evaluation, and Emerging Frontiers Paper -
2026-03 PlugMem PlugMem: A Task-Agnostic Plugin Memory Module for LLM Agents Paper -
2026-02 CAST CAST: Character-and-Scene Episodic Memory for Agents Paper -
2026-02 From Lossy to Verified From Lossy to Verified: A Provenance-Aware Tiered Memory for Agents Paper -
2026-02 Live-Evo Live-Evo: Online Evolution of Agentic Memory from Continuous Feedback Paper -
2026-02 MemoryArena MemoryArena: Benchmarking Agent Memory in Interdependent Multi-Session Agentic Tasks Paper -
2026-02 xinlewu2026umem Towards Autonomous Memory Agents Paper -
2026-02 UI-Mem UI-Mem: Self-Evolving Experience Memory for Online Reinforcement Learning in Mobile GUI Agents Paper -
2026-02 xMemory xMemory: Beyond RAG for Agent Memory -- Retrieval by Decoupling and Aggregation Paper -
2026-01 Active Context Compression Active Context Compression: Autonomous Memory Management in LLM Agents Paper -
2026-01 Agentic Memory Agentic Memory: Learning Unified Long-Term and Short-Term Memory Management for Large Language Model Agents Paper -
2026-01 EMemBench EMemBench: Interactive Benchmarking of Episodic Memory for VLM Agents Paper -
2026-01 H-Mem H-Mem: A Novel Memory Mechanism for Evolving and Retrieving Agent Memory via a Hybrid Structure Paper -
2026-01 baldelli2026hangman LLMs Can't Play Hangman: On the Necessity of a Private Working Memory for Language Agents Paper -
2026-01 Mem2ActBench Mem2ActBench: A Benchmark for Evaluating Long-Term Memory Utilization in Task-Oriented Autonomous Agents Paper -
2026-01 MemRL MemRL: Self-Evolving Agents via Runtime Reinforcement Learning on Episodic Memory Paper -
2026-01 SimpleMem SimpleMem: Efficient Lifelong Memory for LLM Agents Paper -
2025-11 WebCoach WebCoach: Self-Evolving Web Agents with Cross-Session Memory Guidance Paper -
2025-08 Nemori Nemori: Self-Organizing Agent Memory Inspired by Cognitive Science Paper -
2025-03 Search-R1 Search-R1: Training LLMs to Reason and Leverage Search Engines with Reinforcement Learning Paper -
2024-10 LongMemEval LongMemEval: Benchmarking Chat Assistants on Long-Term Interactive Memory Paper -
2024-04 zhang2024memorymechanism A Survey on the Memory Mechanism of Large Language Model Based Agents Paper -
2023-12 empoweringworkingmemory2023 Empowering Working Memory for Large Language Model Agents Paper -
2023-10 MemGPT MemGPT: Towards LLMs as Operating Systems Paper -
2023-03 Reflexion Reflexion: Language Agents with Verbal Reinforcement Learning Paper -
2020-05 lewis2020rag Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks Paper -
2016-12 kirkpatrick2017ewc Overcoming catastrophic forgetting in neural networks Paper -

Environments, Tools, and Runtime Feedback

Date Name Title Paper Github
2026-05 zhong2026executablebenchmark An Executable Benchmarking Suite for Tool-Using Agents Paper -
2026-05 wu2026chemcost Can Agents Price a Reaction? Evaluating LLMs on Chemical Cost Reasoning Paper -
2026-05 CUA-Gym CUA-Gym: Scaling Verifiable Training Environments and Tasks for Computer-Use Agents Paper -
2026-05 MANTRA MANTRA: Synthesizing SMT-Validated Compliance Benchmarks for Tool-Using LLM Agents Paper -
2026-05 PhysicianBench PhysicianBench: Evaluating LLM Agents in Real-World EHR Environments Paper -
2026-05 SkillSmith SkillSmith: Compiling Agent Skills into Boundary-Guided Runtime Interfaces Paper -
2026-05 When Simulation Lies When Simulation Lies: A Sim-to-Real Benchmark and Domain-Randomized RL Recipe for Tool-Use Agents Paper -
2026-04 Agent-World Agent-World: Scaling Real-World Environment Synthesis for Evolving General Agent Intelligence Paper -
2026-04 Agentic World Modeling Agentic World Modeling: Foundations, Capabilities, Laws, and Beyond Paper -
2026-04 Gym-Anything Gym-Anything: Turn any Software into an Agent Environment Paper -
2026-04 zhou2026sandmle Synthetic Sandbox for Training Machine Learning Engineering Agents Paper -
2026-04 ToolMisuseBench ToolMisuseBench: An Offline Deterministic Benchmark for Tool Misuse and Recovery in Agentic Systems Paper -
2026-02 CLI-Gym CLI-Gym: Scalable CLI Task Generation via Agentic Environment Inversion Paper -
2026-02 shen2026wac World-Model-Augmented Web Agents with Action Correction Paper -
2026-01 xiang2026selfevolvingcoevolution A Systematic Survey of Self-Evolving Agents: From Model-Centric to Environment-Driven Co-Evolution Paper -
2026-01 AG-UI AG-UI: The Agent-User Interaction Protocol Repo GitHub Stars
2026-01 a2a_spec_2026 Agent2Agent (A2A) Protocol Repo GitHub Stars
2026-01 CLI-Anything CLI-Anything: Making ALL Software Agent-Native Repo GitHub Stars
2026-01 Harbor Harbor: A Framework for Running Agent Evaluations and Creating and Using RL Environments Repo GitHub Stars
2026-01 LiteCoder-Terminal LiteCoder-Terminal: Scaling Long-Horizon Terminal Environments for Learning Language Agents Paper -
2026-01 MEnvAgent MEnvAgent: Scalable Polyglot Environment Construction for Verifiable Software Engineering Paper -
2026-01 openclaw2026_repo OpenClaw Repo GitHub Stars
2026-01 SearchGym SearchGym: Bootstrapping Real-World Search Agents via Cost-Effective and High-Fidelity Environment Simulation Paper -
2026-01 Terminal-Bench Terminal-Bench: Benchmarking Agents on Hard, Realistic Tasks in Command Line Interfaces Paper -
2026-01 WebGym WebGym: Scaling Training Environments for Visual Web Agents with Realistic Tasks Paper -
2025-08 SEAgent SEAgent: Self-Evolving Computer Use Agent with Autonomous Learning from Experience Paper -
2025-06 proceduraltooluse2025_paper Procedural Environment Generation for Tool-Use Agents Paper -
2025-05 DeepResearchGym DeepResearchGym: A Free, Transparent, and Reproducible Evaluation Sandbox for Deep Research Paper -
2025-05 MLE-Dojo MLE-Dojo: Interactive Environments for Empowering LLM Agents in Machine Learning Engineering Paper -
2025-03 chezelles2025browsergym The BrowserGym Ecosystem for Web Agent Research OpenReview -
2025-01 mcp_spec_2025 Model Context Protocol Specification Repo GitHub Stars
2024-12 pan2024swegym Training Software Engineering Agents and Verifiers with SWE-Gym Paper -
2024-05 AndroidWorld AndroidWorld: A Dynamic Benchmarking Environment for Autonomous Agents Paper -
2024-04 OSWorld OSWorld: Benchmarking Multimodal Agents for Open-Ended Tasks in Real Computer Environments Paper -
2024-03 CRADLE CRADLE: General Computer Agents with Tool Creation and Knowledge Discovery Paper -
2024-03 DeepSeek-VL DeepSeek-VL: Towards Real-World Vision-Language Understanding Paper -
2024-02 tang2024worldcoder WorldCoder, a Model-Based LLM Agent: Building World Models by Writing Code and Interacting with the Environment Paper -
2024-01 AppWorld AppWorld: A Controllable World of Apps and People for Benchmarking Interactive Coding Agents Paper -
2024-01 WorkArena WorkArena: How Capable Are Web Agents at Solving Common Knowledge Work Tasks? Paper -
2023-10 SWE-bench SWE-bench: Can Language Models Resolve Real-World GitHub Issues? Paper -
2023-07 WebArena WebArena: A Realistic Web Environment for Building Autonomous Agents Paper -
2023-04 Generative Agents Generative Agents: Interactive Simulacra of Human Behavior Paper -
2023-03 MM-ReAct MM-ReAct: Prompting ChatGPT for Multimodal Reasoning and Action Paper -
2022-10 ReAct ReAct: Synergizing Reasoning and Acting in Language Models Paper -
2020-10 ALFWorld ALFWorld: Aligning Text and Embodied Environments for Interactive Learning Paper -

Agent RL and Continual Learning

Date Name Title Paper Github
2026-04 Skill-SD Skill-SD: Skill-Conditioned Self-Distillation for Multi-turn LLM Agents Paper -
2026-03 cursor2026realtimerl Improving Composer through real-time RL Blog -
2026-03 OpenClaw-RL OpenClaw-RL: Train Any Agent Simply by Talking Paper -
2026-02 xue2026acurl Autonomous Continual Learning of Computer-Use Agents for Environment Adaptation Paper -
2026-02 liu2026empo2 Exploratory Memory-Augmented LLM Agent via Hybrid On- and Off-Policy Optimization Paper -
2026-02 ye2026opcd On-Policy Context Distillation for Language Models Paper -
2025-12 wei2025selfplayswerl Toward Training Superintelligent Software Agents through Self-Play SWE-RL Paper -
2025-11 MemSearcher MemSearcher: Training LLMs to Reason, Search and Manage Memory via End-to-End Reinforcement Learning Paper -
2025-10 wang2025agenticrlguide A Practitioner's Guide to Multi-turn Agentic Reinforcement Learning Paper -
2025-09 Kimi-Dev Kimi-Dev: Agentless Training as Skill Prior for SWE-Agents Paper -
2025-09 jin2025rluserconversations The Era of Real-World Human Interaction: RL from User Conversations Paper -
2025-09 zhang2026agenticrlsurvey The Landscape of Agentic Reinforcement Learning for LLMs: A Survey Paper -
2025-08 Agent Lightning Agent Lightning: Train ANY AI Agents with Reinforcement Learning Paper -
2025-08 ComputerRL ComputerRL: Scaling End-to-End Online Reinforcement Learning for Computer Use Agents Paper -
2025-05 Absolute Zero Absolute Zero: Reinforced Self-play Reasoning with Zero Data Paper -
2025-04 ReTool ReTool: Reinforcement Learning for Strategic Tool Use in LLMs Paper -
2025-04 SWE-smith SWE-smith: Scaling Data for Software Engineering Agents Paper -
2025-04 ToolRL ToolRL: Reward is All Tool Learning Needs Paper -
2025-02 SWE-RL SWE-RL: Advancing LLM Reasoning via Reinforcement Learning on Open Software Evolution Paper -
2021-12 WebGPT WebGPT: Browser-Assisted Question-Answering with Human Feedback Paper -
2021-01 kairouz2021advances Advances and Open Problems in Federated Learning Paper -
2020-01 li2020federated Federated Optimization in Heterogeneous Networks Paper -
2019-01 Towards Federated Learning at Scale Towards Federated Learning at Scale: System Design Paper -
2017-06 lopezpaz2017gem Gradient Episodic Memory for Continual Learning Paper -
2017-01 mcmahan2017communication Communication-Efficient Learning of Deep Networks from Decentralized Data Paper -

Meta-Agents and Evolution Orchestration

Date Name Title Paper Github
2026-06 Agon Agon: An Autonomous Large-Scale Omnidisciplinary Research System Built on Prompt Economy Paper -
2026-05 Ace-Skill Ace-Skill: Bootstrapping Multimodal Agents with Prioritized and Clustered Evolution Paper -
2026-05 Continual Harness Continual Harness: Online Adaptation for Self-Improving Foundation Agents Paper -
2026-05 Skill1 Skill1: Unified Evolution of Skill-Augmented Agents via Reinforcement Learning Paper -
2026-05 SkillOS SkillOS: Learning Skill Curation for Self-Evolving Agents Paper -
2026-04 Agentic Harness Engineering Agentic Harness Engineering: Observability-Driven Automatic Evolution of Coding-Agent Harnesses Paper -
2026-04 Autogenesis Autogenesis: A Self-Evolving Agent Protocol Paper -
2026-04 CORAL CORAL: Towards Autonomous Multi-Agent Evolution for Open-Ended Discovery Paper GitHub Stars
2026-04 Experience as a Compass Experience as a Compass: Multi-agent RAG with Evolving Orchestration and Agent Prompts Paper -
2026-04 Meta-TTL Learning to Learn-at-Test-Time: Language Agents with Learnable Adaptation Policies Paper GitHub Stars
2026-04 pan2026mstar M^: Every Task Deserves Its Own Memory Harness Paper -
2026-04 cheng2026mem2evolve Mem^2Evolve: Towards Self-Evolving Agents via Co-Evolutionary Capability Expansion and Experience Distillation Paper -
2026-04 qiao2026mia Memory Intelligence Agent Paper -
2026-04 PRIME PRIME: Training Free Proactive Reasoning via Iterative Memory Evolution for User-Centric Agent Paper -
2026-04 RoboPhD RoboPhD: Evolving Diverse Complex Agents Under Tight Evaluation Budgets Paper -
2026-04 yang2026memoryextraction Self-Evolving LLM Memory Extraction Across Heterogeneous Tasks Paper -
2026-04 The World Leaks the Future The World Leaks the Future: Harness Evolution for Future Prediction Agents Paper -
2026-03 AgentFactory AgentFactory: A Self-Evolving Framework Through Executable Subagent Accumulation and Reuse Paper -
2026-03 AI-Supervisor AI-Supervisor: Autonomous AI Research Supervision via a Persistent Research World Model Paper -
2026-03 ARISE ARISE: Agent Reasoning with Intrinsic Skill Evolution in Hierarchical Reinforcement Learning Paper -
2026-03 AutoAgent AutoAgent: Evolving Cognition and Elastic Memory Orchestration for Adaptive Agents Paper -
2026-03 zhang2026hyperagents Hyperagents Paper -
2026-03 Memento-Skills Memento-Skills: Let Agents Design Agents Paper -
2026-03 Meta-Harness Meta-Harness: End-to-End Optimization of Model Harnesses Paper -
2026-03 Mimosa Framework Mimosa Framework: Toward Evolving Multi-Agent Systems for Scientific Research Paper -
2026-03 Nurture-First Agent Development Nurture-First Agent Development: Building Domain-Expert AI Agents Through Conversational Knowledge Crystallization Paper -
2026-03 RetroAgent RetroAgent: From Solving to Evolving via Retrospective Dual Intrinsic Feedback Paper -
2026-03 SAGE SAGE: Multi-Agent Self-Evolution for LLM Reasoning Paper -
2026-02 AOrchestra AOrchestra: Automating Sub-Agent Creation for Agentic Orchestration Paper -
2026-02 Group-Evolving Agents Group-Evolving Agents: Open-Ended Self-Improvement via Experience Sharing Paper -
2026-02 KernelBlaster KernelBlaster: Continual Cross-Task CUDA Optimization via Memory-Augmented In-Context Reinforcement Learning Paper -
2026-02 xiong2026alma Learning to Continually Learn via Meta-learning Agentic Memory Designs Paper -
2026-02 MemSkill MemSkill: Learning and Evolving Memory Skills for Self-Evolving Agents Paper -
2026-02 MetaMem MetaMem: Evolving Meta-Memory for Knowledge Utilization through Self-Reflective Symbolic Optimization Paper -
2026-02 Position Position: Agentic Evolution is the Path to Evolving LLMs Paper -
2026-02 ROMA ROMA: Recursive Open Meta-Agent Framework for Long-Horizon Multi-Agent Systems Paper -
2026-02 SkillOrchestra SkillOrchestra: Learning to Route Agents via Skill Transfer Paper -
2026-02 Tool-R0 Tool-R0: Self-Evolving LLM Agents for Tool-Learning from Zero Data Paper -
2026-01 GraphPlanner GraphPlanner: Graph Memory-Augmented Agentic Routing for Multi-Agent LLMs OpenReview GitHub Stars
2026-01 ye2026mce Meta Context Engineering via Agentic Skill Evolution Paper -
2026-01 MetaGen MetaGen: Self-Evolving Roles and Topologies for Multi-Agent LLM Reasoning Paper -
2025-11 Agent0 Agent0: Unleashing Self-Evolving Agents from Zero Data via Tool-Integrated Reasoning Paper -
2025-10 MLE-Smith MLE-Smith: Scaling MLE Tasks with Automated Multi-Agent Pipeline Paper -
2025-09 MetaEvo MetaEvo: A Meta-Optimization Framework for Experience-Driven Agent Evolution OpenReview -
2025-08 MetaAgent MetaAgent: Toward Self-Evolving Agent via Tool Meta-Learning Paper -
2025-05 AlphaEvolve AlphaEvolve: A Gemini-powered coding agent for designing advanced algorithms Blog -
2025-05 dang2025evolvingorchestration Multi-Agent Collaboration via Evolving Orchestration Paper -
2025-04 FlowReasoner FlowReasoner: Reinforcing Query-Level Meta-Agents Paper -
2025-04 TTRL TTRL: Test-Time Reinforcement Learning Paper -
2025-02 A-MEM A-MEM: Agentic Memory for LLM Agents Paper -
2025-02 zhang2025maas Multi-agent Architecture Search via Agentic Supernet Paper -
2024-10 AFlow AFlow: Automating Agentic Workflow Generation Paper -
2024-10 AgentSquare AgentSquare: Automatic LLM Agent Search in Modular Design Space Paper -
2024-08 hu2024adas Automated Design of Agentic Systems Paper -
2023-05 Voyager Voyager: An Open-Ended Embodied Agent with Large Language Models Paper -

Evaluation and Benchmarks

Date Name Title Paper Github
2026-05 ABRA ABRA: Agent Benchmark for Radiology Applications Paper -
2026-05 Agent-BRACE Agent-BRACE: Decoupling Beliefs from Actions in Long-Horizon Tasks via Verbalized State Uncertainty Paper -
2026-05 wang2026dora Can LLM Agents Respond to Disasters? Benchmarking Heterogeneous Geospatial Reasoning in Emergency Operations Paper -
2026-05 raj2026consistency Consistency as a Testable Property Paper -
2026-05 lee2026ctfusion CTFusion Paper -
2026-05 DataClaw DataClaw: A Process-Oriented Agent Benchmark for Exploratory Real-World Data Analysis Paper -
2026-05 gao2026evidencesupportedbounds Evidence-Supported Score Bounds Paper -
2026-05 Evolving-RL Evolving-RL: End-to-End Optimization of Experience-Driven Self-Evolving Capability within Agents Paper -
2026-05 surana2026gfcr Generate, Filter, Control, Replay: A Comprehensive Survey of Rollout Strategies for LLM Reinforcement Learning Paper -
2026-05 wu2026longmemevalv2 LongMemEval-V2 Paper -
2026-05 MMTB MMTB: Evaluating Terminal Agents on Multimedia-File Tasks Paper -
2026-05 zhao2026rethinkingexperience Rethinking Experience Utilization in Self-Evolving Language Model Agents Paper -
2026-04 agentbeats_registry2026 AgentBeats Dashboard / Agent Registry Paper -
2026-04 agentbeats_docs_aaa2026 Agentified Agent Assessment (AAA) & AgentBeats Paper -
2026-04 gurram2026agentpropbench AgentProp-Bench Paper -
2026-04 ClawArena ClawArena: Benchmarking AI Agents in Evolving Information Environments Paper -
2026-04 ClawBench ClawBench: Can AI Agents Complete Everyday Online Tasks? Paper GitHub Stars
2026-04 EvoAgentBench EvoAgentBench: A Multi-Domain Benchmark for Self-Evolving Agents Paper -
2026-04 chi2026frontiereng Frontier-Eng Paper -
2026-04 SEARL SEARL: Joint Optimization of Policy and Tool Graph Memory for Self-Evolving Agents Paper -
2026-04 SkillLearnBench SkillLearnBench: Benchmarking Continual Learning Methods for Agent Skill Generation on Real-World Tasks Paper -
2026-03 agentmemorybench2026 Benchmarking Continual Agent Memory for Online Learning, Transfer, and Forgetting OpenReview -
2026-03 CUBE CUBE: A Standard for Unifying Agent Benchmarks Paper -
2026-03 DomusMind DomusMind: A Benchmark for Evaluating Lifelong Smart Home Agents Under Drift OpenReview -
2026-02 Agent World Model Agent World Model: Infinity Synthetic Environments for Agentic Reinforcement Learning Paper -
2026-02 ResearchGym ResearchGym: Evaluating Language Model Agents on Real-World AI Research Paper -
2026-02 SE-Bench SE-Bench: Benchmarking Self-Evolution with Knowledge Internalization Paper -
2026-02 When AI Benchmarks Plateau When AI Benchmarks Plateau: A Systematic Study of Benchmark Saturation Paper -
2026-01 DevOps-Gym DevOps-Gym: Benchmarking AI Agents in Software DevOps Cycle Paper -
2026-01 SIP-Bench SIP-Bench: An Open Protocol for Longitudinal Self-Improvement Evaluation Repo GitHub Stars
2025-07 mohammadi2025agentbenchmarking Evaluation and Benchmarking of LLM Agents: A Survey Paper -
2025-07 SWE-MERA SWE-MERA: A Dynamic Benchmark for Agenticly Evaluating Large Language Models on Software Engineering Tasks Paper -
2025-06 liu2025cer Contextual Experience Replay for Self-Improvement of Language Agents Paper -
2025-05 LifelongAgentBench LifelongAgentBench: Evaluating LLM Agents as Lifelong Learners Paper -
2025-05 zhang2025swebenchlive SWE-bench Goes Live! Paper -
2025-05 SWE-rebench SWE-rebench: An Automated Pipeline for Task Collection and Decontaminated Evaluation of Software Engineering Agents Paper -
2025-03 yehudai2025agentevaluation Survey on Evaluation of LLM-based Agents Paper -
2025-01 cai2025building Building self-evolving agents via experience-driven lifelong learning: A framework and benchmark Paper -
2024-12 TheAgentCompany TheAgentCompany: Benchmarking LLM Agents on Consequential Real World Tasks Paper -
2024-10 MLE-bench MLE-bench: Evaluating Machine Learning Agents on Machine Learning Engineering Paper -
2024-09 wang2025awm Agent Workflow Memory Paper -
2024-06 tau-bench tau-bench: A Benchmark for Tool-Agent-User Interaction in Real-World Domains Paper -
2024-03 LiveCodeBench LiveCodeBench: Holistic and Contamination Free Evaluation of Large Language Models for Code Paper -
2024-02 maharana2024locomo Evaluating Very Long-Term Conversational Memory of LLM Agents Paper -
2023-08 AgentBench AgentBench: Evaluating LLMs as Agents Paper -
2023-07 ToolLLM ToolLLM: Facilitating Large Language Models to Master 16000+ Real-world APIs Paper -
2019-04 vandeven2019threescenarios Three Scenarios for Continual Learning Paper -

Safety and Governance

Date Name Title Paper Github
2026-05 wu2026biv Behavioral Integrity Verification for AI Agent Skills Paper -
2026-05 liang2026mobius Can a Single Message Paralyze the AI Infrastructure? The Rise of AbO-DDoS Attacks through Targeted Mobius Injection Paper -
2026-05 LITMUS LITMUS: Benchmarking Behavioral Jailbreaks of LLM Agents in Real OS Environments Paper -
2026-05 yin2026fate On-Policy Self-Evolution via Failure Trajectories for Agentic Safety Alignment Paper -
2026-05 Proteus Proteus: A Self-Evolving Red Team for Agent Skill Ecosystems Paper -
2026-05 SARC SARC: A Governance-by-Architecture Framework for Agentic AI Systems Paper -
2026-05 ShadowMerge ShadowMerge: A Novel Poisoning Attack on Graph-Based Agent Memory via Relation-Channel Conflicts Paper -
2026-05 SkillScope SkillScope: Toward Fine-Grained Least-Privilege Enforcement for Agent Skills Paper -
2026-05 SkillsVote SkillsVote: Lifecycle Governance of Agent Skills from Collection, Recommendation to Evolution Paper -
2026-05 STALE STALE: Can LLM Agents Know When Their Memories Are No Longer Valid? Paper -
2026-05 Under the Hood of SKILL.md Under the Hood of SKILL.md: Semantic Supply-chain Attacks on AI Agent Skill Registry Paper -
2026-04 AgentWatcher AgentWatcher: A Rule-Based Prompt Injection Monitor Paper -
2026-04 ATBench ATBench: A Diverse and Realistic Agent Trajectory Benchmark for Safety Evaluation and Diagnosis Paper -
2026-04 Claw-Eval Claw-Eval: Toward Trustworthy Evaluation of Autonomous Agents Paper -
2026-04 chang2026visualinjections If You're Waiting for a Sign... That Might Not Be It! Mitigating Trust Boundary Confusion from Visual Injections on Vision-Language Agentic Systems Paper -
2026-04 MemEvoBench MemEvoBench: Benchmarking Memory MisEvolution in LLM Agents Paper -
2026-04 SafeAgent SafeAgent: A Runtime Protection Architecture for Agentic Systems Paper -
2026-04 SkillClaw SkillClaw: Let Skills Evolve Collectively with Agentic Evolver Paper -
2026-04 SkillForge SkillForge: Forging Domain-Specific, Self-Evolving Agent Skills in Cloud Technical Support Paper -
2026-04 Sovereign Agentic Loops Sovereign Agentic Loops: Decoupling AI Reasoning from Execution in Real-World Systems Paper -
2026-04 Spore Spore: Efficient and Training-Free Privacy Extraction Attack on LLMs via Inference-Time Hybrid Probing Paper -
2026-03 From Storage to Steering From Storage to Steering: Memory Control Flow Attacks on LLM Agents Paper -
2026-03 lam2026ssgm Governing Evolving Memory in LLM Agents: Risks, Mechanisms, and the Stability and Safety Governed Memory (SSGM) Framework Paper -
2026-03 SkillProbe SkillProbe: Security Auditing for Emerging Agent Skill Marketplaces via Multi-Agent Collaboration Paper -
2026-03 SkillTester SkillTester: Benchmarking Utility and Security of Agent Skills Paper -
2026-02 agentskills2026architecture Agent Skills for Large Language Models: Architecture, Acquisition, Security, and the Path Forward Paper -
2026-02 AgentSys AgentSys: Secure and Dynamic LLM Agents Through Explicit Hierarchical Memory Management Paper -
2026-02 ClawHavoc ClawHavoc: 341 Malicious Clawed Skills Found by the Bot They Were Targeting Blog -
2026-02 SoK SoK: Agentic Skills -- Beyond Tool Use in LLM Agents Paper -
2026-01 WildClawBench WildClawBench: An In-the-Wild Benchmark for AI Agents in the OpenClaw Environment Repo GitHub Stars
2025-12 MemoryGraft MemoryGraft: Persistent Compromise of LLM Agents via Poisoned Experience Retrieval Paper -
2025-10 A-MemGuard A-MemGuard: A Proactive Defense Framework for LLM-Based Agent Memory Paper -
2025-09 InjecMEM InjecMEM: Memory Injection Attack on LLM Agent Memory Systems OpenReview -
2025-07 shanghai2025frontierrisk Frontier AI Risk Management Framework in Practice: A Risk Analysis Technical Report Paper -
2025-07 SafeWork-R1 SafeWork-R1: Coevolving Safety and Intelligence under the AI-45^ Law Paper -
2025-06 su2025autonomyrisk A Survey on Autonomy-Induced Security Risks in Large Model-Based Agents Paper -
2025-06 Context Manipulation Attacks Context Manipulation Attacks: Web Agents Are Susceptible to Corrupted Memory Paper -
2025-06 DRIFT DRIFT: Dynamic Rule-Based Defense with Injection Isolation for Securing LLM Agents Paper -
2025-06 ferrag2025promptprotocol From Prompt Injections to Protocol Exploits: Threats in LLM-Powered AI Agents Workflows Paper -
2025-06 RedDebate RedDebate: Safer Responses through Multi-Agent Red Teaming Debates Paper -
2025-06 fang2025safemcp We Should Identify and Mitigate Third-Party Safety Risks in MCP-Powered Agent Systems Paper -
2025-03 AutoRedTeamer AutoRedTeamer: Autonomous Red Teaming with Lifelong Attack Integration Paper -
2024-12 Agent-SafetyBench Agent-SafetyBench: Evaluating the Safety of LLM Agents Paper -
2024-12 yang2024ai45law Towards AI-45^ Law: A Roadmap to Trustworthy AGI Paper -
2024-10 zhang2025asb Agent Security Bench (ASB): Formalizing and Benchmarking Attacks and Defenses in LLM-Based Agents Paper -
2024-03 IsolateGPT IsolateGPT: An Execution Isolation Architecture for LLM-Based Agentic Systems Paper -
2024-02 Agent Smith Agent Smith: A Single Image Can Jailbreak One Million Multimodal LLM Agents Exponentially Fast Paper -
2024-02 dong2024conversationsafety Attacks, Defenses and Evaluations for LLM Conversation Safety: A Survey Paper -
2022-12 Constitutional AI Constitutional AI: Harmlessness from AI Feedback Paper -
2022-03 ouyang2022instructgpt Training Language Models to Follow Instructions with Human Feedback Paper -

Acknowledgment

This repository is maintained by the FrontisAI and Tsinghua University survey team. Its README structure follows the public awesome-list style of TsinghuaC3I/Awesome-RL-for-LRMs.

Star History

Star History Chart

About

Awesome list and survey website for agents in the era of experience

Resources

Stars

242 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors