菜单

🤖 系统
📄 Abstract - Building the Web for Agents: A Declarative Framework for Agent-Web Interaction

The increasing deployment of autonomous AI agents on the web is hampered by a fundamental misalignment: agents must infer affordances from human-oriented user interfaces, leading to brittle, inefficient, and insecure interactions. To address this, we introduce VOIX, a web-native framework that enables websites to expose reliable, auditable, and privacy-preserving capabilities for AI agents through simple, declarative HTML elements. VOIX introduces <tool> and <context> tags, allowing developers to explicitly define available actions and relevant state, thereby creating a clear, machine-readable contract for agent behavior. This approach shifts control to the website developer while preserving user privacy by disconnecting the conversational interactions from the website. We evaluated the framework's practicality, learnability, and expressiveness in a three-day hackathon study with 16 developers. The results demonstrate that participants, regardless of prior experience, were able to rapidly build diverse and functional agent-enabled web applications. Ultimately, this work provides a foundational mechanism for realizing the Agentic Web, enabling a future of seamless and secure human-AI collaboration on the web.

顶级标签: agents systems web
详细标签: web interaction declarative framework html elements agentic web human-ai collaboration 或 搜索:

📄 论文总结

构建面向智能体的网络:一种声明式的智能体-网页交互框架 / Building the Web for Agents: A Declarative Framework for Agent-Web Interaction


1️⃣ 一句话总结

这篇论文提出了一个名为VOIX的网页框架,通过简单的HTML标签让网站直接为AI智能体提供可靠、可审计且保护隐私的操作能力,解决了当前智能体因依赖人类界面而导致的交互脆弱、低效和不安全的问题。


📄 打开原文 PDF