AI Agents 相关度: 9/10

Learning to Compose for Cross-domain Agentic Workflow Generation

Jialiang Wang, Shengxiang Xu, Hanmo Liu, Jiachuan Wang, Yuyu Luo, Shimin Di, Min-Ling Zhang, Lei Chen
arXiv: 2602.11114v1 发布: 2026-02-11 更新: 2026-02-11

AI 摘要

提出一种单次生成跨领域Agent工作流的方法,显著降低生成延迟和成本,超越迭代优化方法。

主要贡献

  • 提出一种分解-重组-决策机制用于跨领域工作流生成。
  • 学习一组可复用的工作流能力,实现高效的任务映射。
  • 使用反事实贡献来评估工作流中各个能力的有效性。

方法论

通过学习可复用工作流能力,将任务映射到这些能力组合,并使用反事实分析评估能力有效性,实现单次生成。

原文摘要

Automatically generating agentic workflows -- executable operator graphs or codes that orchestrate reasoning, verification, and repair -- has become a practical way to solve complex tasks beyond what single-pass LLM generation can reliably handle. Yet what constitutes a good workflow depends heavily on the task distribution and the available operators. Under domain shift, current systems typically rely on iterative workflow refinement to discover a feasible workflow from a large workflow space, incurring high iteration costs and yielding unstable, domain-specific behavior. In response, we internalize a decompose-recompose-decide mechanism into an open-source LLM for cross-domain workflow generation. To decompose, we learn a compact set of reusable workflow capabilities across diverse domains. To recompose, we map each input task to a sparse composition over these bases to generate a task-specific workflow in a single pass. To decide, we attribute the success or failure of workflow generation to counterfactual contributions from learned capabilities, thereby capturing which capabilities actually drive success by their marginal effects. Across stringent multi-domain, cross-domain, and unseen-domain evaluations, our 1-pass generator surpasses SOTA refinement baselines that consume 20 iterations, while substantially reducing generation latency and cost.

标签

Agent Workflow Generation Cross-domain LLM

arXiv 分类

cs.MA cs.AI cs.LG cs.SE