webglass-cli
WebGlass — the guarded web operations and evidence plane for AI agents.
WebGlass turns agent intent into normalized web operations: it applies web-specific policy, drives search/fetch/browser backends, returns token-efficient page state, records navigational provenance, and produces durable, inspectable evidence.
Colleague intent
-> WebOperation
-> capability + web policy
-> search / fetch / browser backend
-> PageSnapshot + Evidence + Effects
-> Colleague interpretation and next decision
It is deliberately not a thin Playwright wrapper, not a generic scraper, and not a second agent that decides what to believe. WebGlass records what it observed; the calling agent draws the conclusions.
Status: pre-implementation
The web operation surface is specified but not built. The authoritative build brief is issue #1 — read it before designing or contributing anything.
What ships today is the agent-first introspection CLI and the contracts every
future verb registers onto: command registration, the structured error contract,
the stdout/stderr split, and the explain catalog. The runtime has no
third-party dependencies (dependencies = []); Playwright arrives later as a
declared extra behind a replaceable adapter.
The planned surface, for orientation only — none of these verbs exist yet:
webglass search ...
webglass page open|read|inspect|extract|links|screenshot ...
webglass action follow|fill|select|press|submit|download|upload ...
webglass session create|list|show|close|clean ...
webglass exploration start|show|resume|mark ...
webglass evidence show|export|verify|cite ...
webglass memory find|show|forget|compact ...
webglass policy check|explain ...
webglass operation preview|show ...
Quickstart
The console script is webglass (the dist/PyPI name is webglass-cli).
uv sync # create .venv and install (incl. dev group)
uv run webglass whoami # identity from culture.yaml
uv run webglass learn # self-teaching prompt (add --json)
uv run webglass explain webglass # markdown docs for any noun/verb path
uv run pytest -n auto # run the test suite
uv run teken cli doctor . --strict # the agent-first rubric gate CI runs
CLI (today)
| Verb | What it does |
|---|---|
whoami |
Report this agent's nick, version, backend, and model from culture.yaml. |
learn |
Print a structured self-teaching prompt. |
explain <path> |
Markdown docs for any noun/verb path. |
overview |
Read-only descriptive snapshot of the agent. |
doctor |
Check the agent-identity invariants (prompt-file-present, backend-consistency). |
cli overview |
Describe the CLI surface itself. |
Every command supports --json. Results go to stdout, errors and diagnostics to
stderr — never mixed. Failures carry {code, message, remediation}; no Python
traceback ever reaches stderr. Exit codes: 0 success, 1 user error, 2
environment error, 3+ reserved.
Design principles
These constrain every contribution — the full rationale is in issue #1.
- The core abstraction is a web operation, not a CLI handler. One operation lifecycle serves the Python API, the CLI, and the Colleague tool adapter; the library and CLI return the same semantic result, and text output is a rendering of it.
- Four kinds of state stay separate — browser session (volatile, sensitive, never emitted wholesale), exploration (a durable resumable graph of why the agent traversed), evidence (append-only observations), and Web-memory (a searchable index, never a credential store).
- Three explicit effect classes —
observeexecutes when authorized;local-stateneeds an authorized state scope;remote-actionpreviews by default and runs prepare → commit → verify. If classification is uncertain, classify upward. There is no rollback for the web. - Progressive disclosure —
openreturns a compact page card, andinspect/read/extract/evidenceare lenses over the same snapshot with stable block IDs, so an agent reaches exact source text without re-fetching or losing provenance. - Token efficiency without hidden distortion — extraction is deterministic and declares every omission. WebGlass never silently summarizes with a model and presents it as page content.
- Web content is adversarial — untrusted source material stays structurally distinguishable from trusted control metadata, and remote text can never masquerade as a WebGlass warning or instruction.
- The Playwright adapter is replaceable — Chromium is the first engine, not the operation model. Playwright types never leak into the public API.
Repository furniture
- A mesh identity —
culture.yaml(suffix+backend) and the matching resident prompt file (AGENTS.colleague.md, since this agent runsbackend: colleague). - The canonical guildmaster skill kit under
.claude/skills/, vendored cite-don't-import. Seedocs/skill-sources.md. - A build + deploy baseline — pytest, lint, the agent-first rubric gate, and PyPI Trusted Publishing wired into GitHub Actions.
See CLAUDE.md for the full architecture notes and conventions
(the CLI skeleton contracts, the rubric gate, version-bump-every-PR, the cicd
PR lane, deploy setup).
License
Apache 2.0 — see LICENSE.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file webglass_cli-0.5.0.tar.gz.
File metadata
- Download URL: webglass_cli-0.5.0.tar.gz
- Upload date:
- Size: 163.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e028a65b3f1f3ce61d1bf3911004c0172721b47dc4cfca925d3a29e1143b2a1f
|
|
| MD5 |
de281c64aab018c8027c4218c7add3df
|
|
| BLAKE2b-256 |
c62ef6e2e025611fd6383de58099a99c8e43162d2d0e78dd4e529ae71f2e966b
|
File details
Details for the file webglass_cli-0.5.0-py3-none-any.whl.
File metadata
- Download URL: webglass_cli-0.5.0-py3-none-any.whl
- Upload date:
- Size: 24.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7638cc8efde2edc555fcec64d621c24926964a7a82e25523a981280f8645312
|
|
| MD5 |
f2d46eb6588ca23664b3f25e14e78562
|
|
| BLAKE2b-256 |
79ec38ac0ecce351a5e33696939c76240f996c47383e77d85394943016f07dbb
|