#!/usr/bin/env node /** * `pi-gui` entry. Two subcommands of our own, everything else delegates to the * pi runtime (interactive TUI by default, plus pi's -p print and --mode rpc): * * pi-gui interactive TUI (GUI agent on the pi runtime) * pi-gui -p "task" print mode (from pi) * pi-gui run --task "..." headless one-shot with JSONL events (gui-use contract) * pi-gui mcp MCP stdio server for Claude Code / Codex */ export {};