Why this exists
| Tool | Agent sees | Human sees | Bidirectional? |
|---|---|---|---|
| Cursor | Screenshots | Nothing | ❌ |
| Claude Code | Screenshots | Nothing | ❌ |
| TENET Browser | Live DOM | Terminal rendering | ✅ |
Start
In a separate terminal:Agent commands (via Subway)
What agents get back
Not screenshots. Structured DOM:Human → Agent flow
When you click or type in the browser, events broadcast on the Subway mesh:Authentication
No special auth system. The human is literally using the browser:- Agent navigates to login page
- Human sees the form, types credentials in terminal
- Agent detects auth state change
- Agent proceeds with authenticated session

