paper-with-me

홈 › Papers

SkillOrchestra: Learning to Route Agents via Skill Transfer

2026-02-23 · Jiayu Wang, Yifei Ming, Zixuan Ke, Shafiq Joty, Aws Albarghouthi, Frederic Sala arxiv

Compound AI systems promise capabilities beyond those of individual models, yet their success depends critically on effective orchestration. Existing routing approaches face two limitations: (1) input-level routers make coarse query-level decisions that ignore evolving task requirements; (2) RL-trained orchestrators are expensive to adapt and often suffer from routing collapse, repeatedly invoking one strong but costly option in multi-turn scenarios. We introduce SkillOrchestra, a framework for skill-aware orchestration. Instead of directly learning a routing policy end-to-end, SkillOrchestra learns fine-grained skills from execution experience and models agent-specific competence and cost under those skills. At deployment, the orchestrator infers the skill demands of the current interaction and selects agents that best satisfy them under an explicit performance-cost trade-off. Extensive experiments across ten benchmarks demonstrate that SkillOrchestra outperforms SoTA RL-based orchestrators by up to 22.5% with 700x and 300x learning cost reduction compared to Router-R1 and ToolOrchestra, respectively. These results show that explicit skill modeling enables scalable, interpretable, and sample-efficient orchestration, offering a principled alternative to data-intensive RL-based approaches. The code is available at: https://github.com/jiayuww/SkillOrchestra.

📄 PDF Abstract BibTeX arXiv:2602.19672

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SkillRouter: Skill Routing for LLM Agents at Scale

2026-03-23 · YanZhao Zheng, ZhenTao Zhang, Chao Ma, YuanQiang Yu 외 arxiv

Reusable skills let LLM agents package task-specific procedures, tool affordances, and execution guidance into modular building blocks. As skill ecosystems grow to tens of thousands of entries, exposing every skill at in…

Inducing Programmatic Skills for Agentic Tasks

2025-04-09 · Zora Zhiruo Wang, Apurva Gandhi, Graham Neubig, Daniel Fried

To succeed in common digital tasks such as web navigation, agents must carry out a variety of specialized tasks such as searching for products or planning a travel route. To tackle these tasks, agents can bootstrap thems…

RouteGuard: Internal-Signal Detection of Skill Poisoning in LLM Agents

2026-04-24 · Wenjie Xiao, Xuehai Tang, Biyu Zhou, Songlin Hu 외 arxiv

Agent skills introduce a new and more severe form of indirect injection for LLM agents: unlike traditional indirect prompt injection, attackers can hide malicious instructions inside a dense, action-oriented skill that a…

DRIVE: Modeling Skills at the Reasoning and Interaction Levels for Web Agents under Continual Learning

2026-04-28 · Xirui Liu, Sihang Zhou, Yanning Hou, Rong Zhou 외 arxiv

Web agents require both high-level reasoning (for task decomposition) and low-level interactions (for page elements manipulation) to conduct different tasks. However, these knowledge types differ fundamentally: reasoning…

Continual Learning

Beyond Top-k Skill Retrieval: Diversity-Aware Skill Routing for LLM Agents

2026-09-05 · Wang Wei, Tiankai Yang, Samyadeep Basu, Hongjie Chen 외 hf

Large language model (LLM) agents increasingly rely on external skills, but routing user requests over large skill registries is difficult because many skills are functionally redundant while complex tasks often require …