AI Agents 相关度: 9/10

Web Verbs: Typed Abstractions for Reliable Task Composition on the Agentic Web

Linxi Jiang, Rui Xi, Zhijie Liu, Shuo Chen, Zhiqiang Lin, Suman Nath
arXiv: 2602.17245v1 发布: 2026-02-19 更新: 2026-02-19

AI 摘要

提出Web Verbs,一种为智能体设计的、类型化的Web行为抽象,旨在提升Web智能体的可靠性、效率和可验证性。

主要贡献

  • 提出了Web Verbs的概念,一种用于Web行为的类型化抽象。
  • 展示了Web Verbs如何提高Web智能体的可靠性、效率和可验证性。
  • 提供了一个Web Verbs的验证性实现以及案例研究。

方法论

通过定义一套类型化的、语义化的Web动作函数,使智能体能够以更稳定、可控的方式与Web交互,并提供预/后置条件、策略标签等增强可靠性。

原文摘要

The Web is evolving from a medium that humans browse to an environment where software agents act on behalf of users. Advances in large language models (LLMs) make natural language a practical interface for goal-directed tasks, yet most current web agents operate on low-level primitives such as clicks and keystrokes. These operations are brittle, inefficient, and difficult to verify. Complementing content-oriented efforts such as NLWeb's semantic layer for retrieval, we argue that the agentic web also requires a semantic layer for web actions. We propose \textbf{Web Verbs}, a web-scale set of typed, semantically documented functions that expose site capabilities through a uniform interface, whether implemented through APIs or robust client-side workflows. These verbs serve as stable and composable units that agents can discover, select, and synthesize into concise programs. This abstraction unifies API-based and browser-based paradigms, enabling LLMs to synthesize reliable and auditable workflows with explicit control and data flow. Verbs can carry preconditions, postconditions, policy tags, and logging support, which improves \textbf{reliability} by providing stable interfaces, \textbf{efficiency} by reducing dozens of steps into a few function calls, and \textbf{verifiability} through typed contracts and checkable traces. We present our vision, a proof-of-concept implementation, and representative case studies that demonstrate concise and robust execution compared to existing agents. Finally, we outline a roadmap for standardization to make verbs deployable and trustworthy at web scale.

标签

Web Agents Semantic Web LLMs Task Automation

arXiv 分类

cs.AI