Markdown source

chrome-agent

What It Is

chrome-agent is an open source browser automation tool for AI agents. The GitHub project describes it as a small Rust binary that talks directly to Chrome through the Chrome DevTools Protocol and returns compact, agent-readable page state.

Why It Matters At World's Fair

chrome-agent is named in The Dark Arts of Web Automation as the tool Corey Gallon uses to make browser work programmatic. In the context of the talk, it represents a broader pattern: use CDP-level browser control to turn repeated web workflows into scripts instead of prompting an agent through every click.

Important Capabilities

Related Scheduled Sessions

Related Pages

Public Sources

Evidence Boundary

The official schedule confirms the talk and describes chrome-agent as the tool being demonstrated. The GitHub repository is supporting technical context for what the tool does and how it frames browser automation for agents.