Skip to main content
Copy-paste starters under sdk/python/templates/. Each one is example / customer code — Glasswarp is eyes and hands; your model (or a few lines of Python) is the brain.

Catalog

Longer showcases stay under sdk/python/examples/Mona Lisa, Minesweeper, Paint wordmark. Full catalog: sdk/python/templates/README.md.
Unlike browser stacks that bundle runtime + Stagehand-style agent primitives + model routing, Glasswarp templates stay thin: session hygiene, observe/act, and a clear place to plug your planner. They use examples/safe_session.py (budgets, intent logs, allowlists) — see Safe agent sessions.

Agent loop guide

The canonical observe → think → act → verify shape.

Mona Lisa

The VNC-hard showcase demo.