glass-browser 0.2.6

Local, revision-safe Chrome automation runtime for agents, with semantic observation, verified workflows, MCP, CLI, TUI, and Rust APIs
Documentation
1
2
3
4
5
6
7
//! CLI argument parsing and command dispatch.
//!
//! Defines the top-level CLI struct (via clap) and the runner module that
//! orchestrates one-shot commands, TUI mode, and MCP server startup.

pub mod args;
pub mod runner;