The Glasswarp SDK is Python 3.9+. Any language can call the REST API directly —
see the API reference — but the SDK handles auth, retries, and
the vision/input helpers for you.
Install
The only core runtime dependency is httpx.
For Set-of-Mark annotation and ROI image helpers (which use Pillow):
Skip the grounding extra for the basic session and input loop. Add it only
when you call som_annotate or crop screenshots client-side.
From the monorepo
Working inside the Glasswarp repo before the public package is published:
If PyPI reports that glasswarp is unavailable, do not install a
similarly named package. The public release may not be live yet — use the
approved package artifact or the local editable install above.
The client reads GLASSWARP_API_KEY from the environment:
Next: install the host agent on your Windows
machine.