Skip to main content
A fast demo on a browser game. Glasswarp is eyes and hands; the solver or LLM is the brain (example code).
Platform vs agent: observe / click_target are Glasswarp. Board CV, solve(), and LLM prompts are example code under sdk/python/examples/ — the pattern to copy for your own tasks.

Prerequisites

1

Online, API-enabled rig

Install the host → Console → Rigs → API access on.
2

SDK

Run (deterministic think — fastest)

Repo checkout:
Launches Chrome → Google Minesweeper (Medium) → plays to a win. Watch Console → Sessions → Eye.

Run (LLM think — Gemini + SoM)

Same eyes/hands; Gemini picks a Set-of-Mark cell id each step.

Platform vs agent

Canonical shape: Build an agent loop. Skeleton: sdk/python/templates/observe_think_act/.

Tuning

Templates

Outcome-named starters.

Grounding

SoM + click_target.