Developer Guide

Browser CDP Supervisor

The CDP supervisor closes two long standing gaps in Hermes' browser tooling: 1. Native JS dialogs ( / / / ) block the page's JS thread. Without supervision, the

The CDP supervisor closes two long-standing gaps in Hermes' browser tooling: 1. Native JS dialogs (///) block the page's JS thread. Without supervision, the agent has no way to know a dialog is open — subsequent tool calls hang or throw opaque errors. 2. Cross-origin iframes (OOPIFs) are invisible to top-level . …

Excerpt from the official Hermes Agent documentation, quoted for reference.View source

What this page covers

Section outline mirrored from the official Hermes Agent documentation. Follow any heading to read the complete text on the source site.