vercel-labs/agent-browser
A fast native Rust CLI for browser automation, specifically designed for AI agents.
Core Features
Quick Start
npm install -g agent-browserDetailed Introduction
The `agent-browser` project is a high-performance command-line interface (CLI) tool designed for browser automation, specifically tailored for AI agents. Built with native Rust, it offers speed and efficiency, enabling AI systems to interact with web pages programmatically. It simplifies complex browser tasks through a rich set of commands, supporting both traditional CSS selectors and an innovative ref-based interaction system derived from accessibility tree snapshots, which is ideal for AI interpretation. Its lightweight nature means it doesn't require Node.js or Playwright for its daemon, making it a streamlined solution for integrating web interaction capabilities into AI workflows.