This is big. Hermes Agent just shipped cdp — Chrome DevTools Protocol integration that lets your AI agent launch, control, and interact with a real Chrome browser.
Your coding agent can now browse the web.
What CDP Unlocks
Chrome DevTools Protocol is the same protocol that powers Puppeteer, Playwright, and every serious browser automation tool. By integrating CDP directly into Hermes, the agent can:
- Navigate websites — go to URLs, click links, fill forms
- Extract data — read page content, scrape structured data
- Take screenshots — capture visual state of pages
- Handle authentication — log into services, manage sessions
- Webmail — send and receive emails through browser-based mail clients
What This Means
Until now, coding agents were limited to your terminal, your filesystem, and your git repos. They could call APIs and fetch URLs, but they couldn’t interact with the web. They couldn’t log into a dashboard, check a support ticket, or submit a form.
CDP changes that. Your agent can now:
- Open a browser tab to verify a deployment
- Log into GitHub to check PR status
- Fill out a web form to create a ticket
- Read a documentation page interactively
- Send email through webmail
Phase 2
The commit references “phase-2 browser + webmail” — meaning this is just the beginning. Phase 1 was the infrastructure. Phase 2 will be the agentic workflows built on top.
Hermes is evolving from a coding agent into a general-purpose autonomous web agent.