research · tool agent
Browser Agent
Inspect live pages when snippets and static fetches are not enough.
- browser
- observation
- extraction
How to watch
Play starts at Input. Each station works, then a labeled packet travels the wire.
On station · 5.2s · 0/0
Packets stay on the wire. This is a conceptual simulation, not a live model run.
What Browser Agent does
A browser agent is an AI system that operates a web browser as its primary tool: open a URL, read the page, click or follow links when allowed, and extract what is on the screen.
The agent receives a URL or a goal that requires a page, opens it, reads visible content, optionally follows a link, and returns extracted structure. Failures include login walls and timeouts. Conceptual simulation only.
Workflow
Each step maps to a node in the lab above. and watch the packets travel.
- 01Input
Receive page task
Accept a URL and extraction target.
- 02Plan
Choose browser or fetch
Static docs can be fetched; apps may need a browser.
- 03Tool
Open the page
Load the URL.
Failure path
A wall is an error. Inventing the logged-in content is not recovery.
- 04