arXiv:2606.01533cs.MAcs.CL2026-06被引 2

多智能体协作让电脑任务处理更高效,能并行执行、动态调整。

Multi-Agent Computer Use

论文配图:Multi-Agent Computer Use
图 1 · 摘自论文原文
  • 用管理器将任务拆成有依赖关系的有向图,多智能体并行执行
  • 在多个基准上比单智能体提升3.4%-25.5%,长任务耗时减少一半
  • 适合复杂长周期任务,尤其网页导航和桌面操作场景

当前计算机使用代理(CUA)多为单序列代理,难以应对需分解、并行与持续重规划的复杂长周期任务。本文提出多智能体计算机使用(MACU)系统,通过管理器将任务建模为有向无环图(DAG),显式编码依赖与目标,并在每轮调度处于就绪前沿的子代理并行执行。当子代理返回新信息时,管理器可动态修改DAG(增删或重写节点),有效解决计算机环境部分可观测的问题。实验表明,MACU在桌面(OSWorld)和网页导航(Online-Mind2Web, WebTailBench, Odysseys)基准上均显著优于强基线,提升幅度达3.4%–25.5%,在长周期网页任务(Odysseys)中平均完成时间缩短约1.5倍,展现出更优的测试阶段扩展性。代码与可视化已开源。

原文摘要 · Abstract (English)

Computer use agents (CUAs) today are primarily deployed as single serial agents. This setup is suboptimal for complex long-horizon tasks that benefit from task decomposition, parallel execution, and consistent re-planning based on new information. In this paper, we argue that we should instead move towards evaluating and building multi-agent computer use (MACU) systems. These systems, which emphasize planning and parallel execution, alleviate many of the shortcomings of single-agent CUAs. We propose a general multi-agent setup in which a manager model decomposes computer use tasks as a directed acyclic graph (DAG), encoding relevant dependencies and goals for subagents. At each iteration, the manager dispatches parallel CUA subagents to carry out nodes on the ready frontier of the DAG, and continuously revises the DAG (adding, canceling, or rewriting nodes) as new findings arrive from subagents. This design treats the partially observable environment of computer use as a first class challenge: information that downstream agents may not be able to re-observe are retained and passed forward through the manager and DAG structure. We demonstrate that MACU consistently improves over strong single-agent baselines by $3.4-25.5\%$ on desktop (OSWorld) and web navigation (Online-Mind2Web, WebTailBench, Odysseys) benchmarks, exhibits more favorable test-time scaling, and solves complex long-horizon tasks where single-agent CUAs get stuck. On Odysseys, a long-horizon web navigation benchmark, MACU improves average task completion wall-clock time by ${\sim} 1.5 \times$, demonstrating its efficacy in speeding up traditionally slow CUA pipelines. Our findings highlight that multi-agent coordination is a promising axis for scaling computer use agents to work productively for longer and more effectively. We release all code and interactive visualizations at https://jykoh.com/multi-agent-computer-use.

多智能体任务规划网页导航长周期任务

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