Summary
Vercel shipped agent-browser, a new @agent-browser/eve extension that lets eve agents navigate the web like a human. Agents get tools for navigation, reading page content, clicking, filling forms, capturing screenshots, and inspecting console and network activity, all running inside the agent's sandbox.
What changed
The @agent-browser/eve extension adds browser control to eve agents. It exposes navigation, content reading, clicking, form filling, screenshot capture, and console/network inspection tools that operate within the agent's sandbox environment.
Why it matters
Reliable, sandboxed browser control is a gating capability for agents that research, fill out forms, or drive web apps end to end. Bundling it as a first-party extension lowers the bar for building web-acting agents on Vercel instead of stitching together Playwright or a third-party browser-automation service.
Evidence excerpt
Your eve agent can now navigate the web like a human with agent-browser.