glass-browser 0.2.4

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
//! Terminal user interface (Ratatui).
//!
//! Interactive terminal UI for browser session management with split-pane
//! layout showing observations, actions, and session state.

pub mod app;