paper-with-me

Papers

SkillOS: Learning Skill Curation for Self-Evolving Agents

2026-05-07 · Siru Ouyang, Jun Yan, Yanfei Chen, Rujun Han, Zifeng Wang, Bhavana Dalvi Mishra, Rui Meng, Chun-Liang Li, Yizhu Jiao, Kaiwen Zha, Maohao Shen, Vishy Tirumalashetty, George Lee, Jiawei Han, Tomas Pfister, Chen-Yu Lee arxiv

LLM-based agents are increasingly deployed to handle streaming tasks, yet they often remain one-off problem solvers that fail to learn from past interactions. Reusable skills distilled from experience provide a natural substrate for self-evolution, where high-quality skill curation serves as the key bottleneck. Existing approaches either rely on manual skill curation, prescribe heuristic skill operations, or train for short-horizon skill operations. However, they still struggle to learn complex long-term curation policies from indirect and delayed feedback. To tackle this challenge, we propose SkillOS, an experience-driven RL training recipe for learning skill curation in self-evolving agents. SkillOS pairs a frozen agent executor that retrieves and applies skills with a trainable skill curator that updates an external SkillRepo from accumulated experience. To provide learning signals for curation, we design composite rewards and train on grouped task streams based on skill-relevant task dependencies, where earlier trajectories update the SkillRepo, and later related tasks evaluate these updates. Across multi-turn agentic tasks and single-turn reasoning tasks, SkillOS consistently outperforms memory-free and strong memory-based baselines in both effectiveness and efficiency, with the learned skill curator generalizing across different executor backbones and task domains. Further analyses show that the learned curator produces more targeted skill use, while the skills in SkillRepo evolve into more richly structured Markdown files that encode higher-level meta-skills over time.

📄 PDF Abstract BibTeX arXiv:2605.06614

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Organizing, Orchestrating, and Benchmarking Agent Skills at Ecosystem Scale

2026-03-02 · Hao Li, Chunjiang Mu, Jianhao Chen, Siyue Ren 외 arxiv

The rapid proliferation of Claude agent skills has raised the central question of how to effectively leverage, manage, and scale the agent skill ecosystem. In this paper, we propose AgentSkillOS, the first principled fra…

SkillBrew: Multi-Objective Curation of Skill Banks for LLM Agents

2026-05-28 · Wentao Hu, Zhendong Chu, Yiming Zhang, Junda Wu 외 arxiv

Retrieval-augmented LLM agents increasingly rely on curated skill banks: collections of reusable textual principles that guide decision making on complex tasks. Existing approaches typically expand these banks in an appe…

Decision Making

EvoSkill Injection: Red-Teaming Autonomous Skill Generation and Evolution in Self-Evolving Agents

2026-08-31 · Doyun Kim, Chanwoo Kim, Sugyeong Eo, Yeo-Chan Yoon 외 arxiv

LLM-based agent systems increasingly adopt skill-based architectures to reduce repetitive reasoning costs and improve stable, efficient task execution. Recent studies propose self-evolving agents that autonomously genera…

CoEvoSkills: Self-Evolving Agent Skills via Co-Evolutionary Verification

2026-04-02 · Hanrong Zhang, Shicheng Fan, Henry Peng Zou, Yankai Chen 외 arxiv

Anthropic proposes the concept of skills for LLM agents to tackle multi-step professional tasks that simple tool invocations cannot address. A tool is a single, self-contained function, whereas a skill is a structured bu…

Self-Evolving Embodied Agents via Skill-Harness Evolution

2026-08-11 · Peidong Wang, Zhiming Ma, Ying Chang, Xufang Luo 외 hf

Embodied agents are increasingly built as systems around foundation models, where performance depends not only on model weights but also on the skills, context, action interfaces, and execution harness surrounding the mo…

Reinforcement Learning