Skip to main content

Module runner

Module runner 

Source
Expand description

CLI command dispatch and session orchestration.

Routes parsed CLI arguments to the appropriate runner: one-shot browser commands, interactive TUI, or the MCP stdio server.

Functionsยง

dispatch
Top-level command-line entry point: parses CLI arguments and dispatches to the appropriate runner (one-shot, TUI, or MCP server).