WebOperator: Action-Aware Tree Search for Autonomous Agents in Web Environment
Abstract
WebOperator is a tree-search framework that enhances web-based agents by enabling reliable backtracking and strategic exploration, addressing the limitations of existing methods in handling irreversible actions and partial observability.
LLM-based agents often operate in a greedy, step-by-step manner, selecting actions solely based on the current observation without considering long-term consequences or alternative paths. This lack of foresight is particularly problematic in web environments, which are only partially observable-limited to browser-visible content (e.g., DOM and UI elements)-where a single misstep often requires complex and brittle navigation to undo. Without an explicit backtracking mechanism, agents struggle to correct errors or systematically explore alternative paths. Tree-search methods provide a principled framework for such structured exploration, but existing approaches lack mechanisms for safe backtracking, making them prone to unintended side effects. They also assume that all actions are reversible, ignoring the presence of irreversible actions-limitations that reduce their effectiveness in realistic web tasks. To address these challenges, we introduce WebOperator, a tree-search framework that enables reliable backtracking and strategic exploration. Our method incorporates a best-first search strategy that ranks actions by both reward estimates and safety considerations, along with a robust backtracking mechanism that verifies the feasibility of previously visited paths before replaying them, preventing unintended side effects. To further guide exploration, WebOperator generates action candidates from multiple, varied reasoning contexts to ensure diverse and robust exploration, and subsequently curates a high-quality action set by filtering out invalid actions pre-execution and merging semantically equivalent ones. Experimental results on WebArena and WebVoyager demonstrate the effectiveness of WebOperator. On WebArena, WebOperator achieves a state-of-the-art 54.6% success rate with gpt-4o, underscoring the critical advantage of integrating strategic foresight with safe execution.
Community
We are excited to share our recent work titled "WebOperator: Action-Aware Tree Search for Autonomous Agents in Web Environment".
๐ Paper: https://arxiv.org/abs/2512.12692
๐ป Code: https://github.com/kagnlp/WebOperator
๐ Homepage: https://kagnlp.github.io/WebOperator
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- WebCoach: Self-Evolving Web Agents with Cross-Session Memory Guidance (2025)
- ATLAS: Actor-Critic Task-Completion with Look-ahead Action Simulation (2025)
- AgentProg: Empowering Long-Horizon GUI Agents with Program-Guided Context Management (2025)
- Prune4Web: DOM Tree Pruning Programming for Web Agent (2025)
- Surfer 2: The Next Generation of Cross-Platform Computer Use Agents (2025)
- Building Browser Agents: Architecture, Security, and Practical Solutions (2025)
- ReCAP: Recursive Context-Aware Reasoning and Planning for Large Language Model Agents (2025)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment:
@librarian-bot
recommend
Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper