gf-tui
Installation
SKILL.md
allowed-tools:
- Bash
- Read
GF-TUI -- Terminal Console
Launch a local terminal console for GateFlow.
Modes
| Mode | Command | Use When |
|---|---|---|
| CLI | python3 tools/gateflow_cli.py status |
You want a normal command surface |
| Shell | python3 tools/gateflow_cli.py shell |
You want a local gateflow> prompt |
| Agent create | python3 tools/gateflow_cli.py agents create "Name" |
You need a new custom agent |
| Interactive | python3 tools/gateflow_tui.py |
You are in a real TTY and want keyboard navigation |
| Snapshot | python3 tools/gateflow_tui.py --snapshot --plain |
Logs, CI, or non-interactive terminals |
| JSON | python3 tools/gateflow_tui.py --json |
Scripts need machine-readable state |