Loading...
Loading...
Automate terminal UI (TUI) apps with agent-tui for testing, inspection, demos, and scripted interactions. Use when automating CLI/TUI flows, regression testing terminal apps, verifying interactive behavior, or extracting structured text from terminal UIs. Also use when asked what agent-tui is, how it works, or to demo it. Do not use for web browsers, GUI apps, or non-terminal interfaces.
npx skill4agent add pproenca/agent-tui agent-tuiagent-tui --versionnpm i -g agent-tuipnpm add -g agent-tuibun add -g agent-tuicurl -fsSL https://raw.githubusercontent.com/pproenca/agent-tui/master/install.sh -o /tmp/agent-tui-install.sh && sh /tmp/agent-tui-install.shcargo install --git https://github.com/pproenca/agent-tui.git --path cli/crates/agent-tui~/.local/binagent-tui run --format json <command> -- <args...>agent-tui screenshot --format jsonagent-tui press Enteragent-tui type "text"agent-tui wait "Expected text" --assertagent-tui wait --stableagent-tui killagent-tui runsession_idagent-tui screenshotagent-tui screenshot --format jsonpresstypewait --assertwait --stableagent-tui killwait --assertkillsessions cleanup--session <id>agent-tui sessionsagent-tui sessions show <id>agent-tui live start --openagent-tui live stopreferences/command-atlas.mdreferences/output-contract.mdreferences/flows.mdreferences/decision-tree.mdreferences/session-lifecycle.mdreferences/assertions.mdreferences/recovery.mdreferences/safety.mdreferences/clarifications.mdreferences/test-plan.mdreferences/demo.mdreferences/prompt-templates.mdreferences/use-cases.md