ToolCUA: Towards Optimal GUI-Tool Path Orchestration for Computer Use Agents
Summary
ToolCUA is a new agent framework that optimizes GUI-tool path selection for computer use agents through staged training and reinforcement learning. It achieves state-of-the-art performance on OSWorld-MCP by effectively interleaving GUI actions and high-level tool calls.
View Cached Full Text
Cached at: 05/13/26, 08:12 AM
Paper page - ToolCUA: Towards Optimal GUI-Tool Path Orchestration for Computer Use Agents
Source: https://huggingface.co/papers/2605.12481
Abstract
ToolCUA is an end-to-end agent that learns optimal GUI-tool path selection through staged training, achieving superior performance in hybrid action space environments.
Computer Use Agents(CUAs) can act through both atomicGUI actions, such as click and type, and high-leveltool calls, such as API-based file operations, but thishybrid action spaceoften leaves them uncertain about when to continue withGUI actionsor switch to tools, leading to suboptimal execution paths. This difficulty stems from the scarcity of high-qualityinterleaved GUI-Tool trajectories, the cost and brittleness of collecting real tool trajectories, and the lack of trajectory-level supervision for GUI-Tool path selection. In this paper, we propose ToolCUA, an end-to-end agent designed to learn optimal GUI-Tool path selection through astaged training paradigm. We first introduce anInterleaved GUI-Tool Trajectory Scaling Pipelinethat repurposes abundant static GUI trajectories and synthesizes a groundedtool library, enabling diverse GUI-Tool trajectories without manual engineering or real tool-trajectory collection. We then performTool-Bootstrapped GUI RFT, combining warmup SFT withsingle-turn RLto improve decisions at critical GUI-Tool switching points. Finally, we optimize ToolCUA withOnline Agentic RLin a high-fidelity GUI-Tool environment, guided by aTool-Efficient Path Rewardthat encourages appropriate tool use and shorter execution paths. Experiments onOSWorld-MCPshow that ToolCUA achieves 46.85% accuracy, a relative improvement of approximately 66% over the baseline, establishing a new state of the art among models of comparable scale. It also improves by 3.9% over GUI-only settings, demonstrating effective GUI-Tool orchestration. The results further suggest that training in ahybrid action spaceis a promising paradigm for real-world digital agents. Open-sourced here: https://x-plug.github.io/ToolCUA/
View arXiv pageView PDFProject pageGitHub8Add to collection
Get this paper in your agent:
hf papers read 2605\.12481
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper1
#### mPLUG/ToolCUA-8B Image-Text-to-Text• 9B• Updatedabout 3 hours ago • 78
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.12481 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.12481 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
PRO-CUA: Process-Reward Optimization for Computer Use Agents
This paper introduces PRO-CUA, a process-reward optimization framework for training Computer Use Agents (CUAs) using iterative step-level reinforcement learning. The method decouples on-policy environment interaction from policy optimization, enabling dense credit assignment without relying on expert trajectories, and demonstrates effectiveness on live web benchmarks.
Computer-Using Agent
OpenAI introduced the Computer-Using Agent (CUA), a model combining GPT-4o's vision with reinforcement learning to interact with GUIs like a human, powering the new Operator agent. CUA sets new state-of-the-art benchmarks including 38.1% on OSWorld and 58.1% on WebArena, and is available as a research preview for ChatGPT Pro users in the US.
GUICrafter: Weakly-Supervised GUI Agent Leveraging Massive Unannotated Screenshots
GUICrafter introduces a weakly-supervised GUI agent that leverages massive unannotated screenshots and a two-stage curriculum learning framework to reduce reliance on expensive human annotations, achieving competitive performance with advanced systems like UI-TARS using only 0.1% of its data.
Securing Computer-Use Agents: A Unified Architecture-Lifecycle Framework for Deployment-Grounded Reliability
This academic paper proposes a unified architecture-lifecycle framework for securing computer-use agents (CUAs) as they transition from benchmarks to real-world software environments. It analyzes reliability challenges across perception, decision, execution layers and creation, deployment, operation, maintenance stages.
CUA-Gym: Scaling Verifiable Training Environments and Tasks for Computer-Use Agents
CUA-Gym introduces a scalable pipeline for generating verifiable training environments and tasks for computer-use agents, addressing data scarcity. The resulting dataset and models achieve strong performance on benchmarks like OSWorld-Verified and WebArena.