AI Agents 相关度: 9/10

AOrchestra: Automating Sub-Agent Creation for Agentic Orchestration

Jianhao Ruan, Zhihao Xu, Yiran Peng, Fashen Ren, Zhaoyang Yu, Xinbing Liang, Jinyu Xiang, Bang Liu, Chenglin Wu, Yuyu Luo, Jiayi Zhang
arXiv: 2602.03786v1 发布: 2026-02-03 更新: 2026-02-03

AI 摘要

AOrchestra通过动态创建子代理实现复杂任务的自动化,并优化性能成本。

主要贡献

  • 提出了一个框架无关的代理抽象模型(Instruction, Context, Tools, Model)
  • 实现了AOrchestra系统,支持自动子代理创建和任务委派
  • 在多个benchmark上验证了AOrchestra的有效性和性能优势

方法论

AOrchestra通过动态抽象代理模型,根据任务需求自动选择工具和模型,并实时创建子代理执行任务。

原文摘要

Language agents have shown strong promise for task automation. Realizing this promise for increasingly complex, long-horizon tasks has driven the rise of a sub-agent-as-tools paradigm for multi-turn task solving. However, existing designs still lack a dynamic abstraction view of sub-agents, thereby hurting adaptability. We address this challenge with a unified, framework-agnostic agent abstraction that models any agent as a tuple Instruction, Context, Tools, Model. This tuple acts as a compositional recipe for capabilities, enabling the system to spawn specialized executors for each task on demand. Building on this abstraction, we introduce an agentic system AOrchestra, where the central orchestrator concretizes the tuple at each step: it curates task-relevant context, selects tools and models, and delegates execution via on-the-fly automatic agent creation. Such designs enable reducing human engineering efforts, and remain framework-agnostic with plug-and-play support for diverse agents as task executors. It also enables a controllable performance-cost trade-off, allowing the system to approach Pareto-efficient. Across three challenging benchmarks (GAIA, SWE-Bench, Terminal-Bench), AOrchestra achieves 16.28% relative improvement against the strongest baseline when paired with Gemini-3-Flash. The code is available at: https://github.com/FoundationAgents/AOrchestra

标签

Agentic Orchestration Sub-agent Task Automation LLM

arXiv 分类

cs.AI cs.CL