AI Agents 相关度: 9/10

SkillOrchestra: Learning to Route Agents via Skill Transfer

Jiayu Wang, Yifei Ming, Zixuan Ke, Shafiq Joty, Aws Albarghouthi, Frederic Sala
arXiv: 2602.19672v1 发布: 2026-02-23 更新: 2026-02-23

AI 摘要

SkillOrchestra通过技能转移实现高效的AI Agent路由,降低了学习成本并提升了性能。

主要贡献

  • 提出SkillOrchestra框架,实现技能感知的Agent编排
  • 通过技能建模,实现性能-成本的权衡
  • 显著降低学习成本,并在多个基准测试中优于现有方法

方法论

通过学习执行经验中的细粒度技能,建模Agent的技能能力和成本,在部署时根据技能需求选择最优Agent。

原文摘要

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.

标签

AI Agent Agent Orchestration Skill Transfer Reinforcement Learning

arXiv 分类

cs.AI cs.LG