Snapshotmain · f3298c5
Serialized page state becomes typed actions executed through a managed Chrome session.
Click a building or route
System map7 components · 8 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
CDPChrome DevTools Protocol, the command and event channel used to control Chrome.
How to study this repo
- 1Inspect perception
Trace a live page through DOM serialization into the model prompt.
- 2Follow a click
Track an element index from model output to the session action.
- 3Study recovery
Read session watchdogs and identify how popups or crashes alter the loop.