arXiv:2602.19672cs.AIcs.LG2026-02被引 17

通过技能建模实现高效智能体调度,显著降低训练成本

SkillOrchestra: Learning to Route Agents via Skill Transfer

  • 基于执行经验学习细粒度技能,显式建模智能体能力与开销
  • 在10个基准上比顶尖强化学习方法提升22.5%,训练成本降低700倍
  • 适合需要可解释性、低样本效率的复杂任务编排场景

复合式人工智能系统具备单个模型无法实现的能力,但其成功关键在于有效编排。现有路由方法存在两大局限:(1) 输入级路由器仅做粗粒度查询决策,忽略任务需求的动态变化;(2) 强化学习训练的编排器适应成本高,常出现路由坍缩,在多轮场景中反复调用单一强但昂贵选项。我们提出SkillOrchestra,一种基于技能感知的编排框架。不直接端到端学习路由策略,而是从执行经验中学习细粒度技能,并建模智能体在不同技能下的能力与成本。部署时,编排器推断当前交互的技能需求,在显式的性能-成本权衡下选择最优智能体。跨十项基准的实验表明,SkillOrchestra相比最先进强化学习方法最高提升22.5%,且相较Router-R1和ToolOrchestra分别减少700倍和300倍的学习成本。结果表明,显式技能建模可实现可扩展、可解释、样本高效的编排,为数据密集型强化学习方法提供了一种原则性替代方案。代码已开源:https://github.com/jiayuww/SkillOrchestra。

原文摘要 · Abstract (English)

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.

智能体编排技能建模高效调度

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。