Skip to content

Browser Subagent

Fresh

The browser subagent is invoked when the agent needs to interact with the browser. It uses a specialized model (different from the main agent's reasoning model) optimized for visual understanding and browser control.

Capabilities

The browser subagent has access to the following tools:

ToolDescription
ClickingClick on page elements identified visually or via DOM
ScrollingScroll pages to reveal content
TypingEnter text into form fields and inputs
Console LogsRead browser console output
DOM CaptureInspect and extract DOM structure
ScreenshotsCapture page or element screenshots
Markdown ParsingExtract and parse page content as markdown
Video RecordingRecord agent actions as playable recordings

Visual Indicators

  • A blue border overlay appears on the browser window when the subagent is active
  • The overlay indicates the subagent is controlling the browser -- do not interact manually during this time
  • The subagent can act on unfocused tabs -- it does not require the tab to be in the foreground

TIP

The browser subagent produces screenshots and recordings as artifacts. Review these in the Agent Manager to verify the subagent performed the expected actions.

SOP Documentation Site