# clrun ### *The Interactive CLI for AI Agents* **Persistent. Deterministic. Agent-Native.** *yup! that's right — no more `--yes` or command retries* `clrun` gives AI agents full control over interactive terminal sessions — TUI prompts, select lists, checkboxes, long-running processes, and stateful shells. Every response is structured YAML with contextual hints telling the agent exactly what to do next. ```bash npm install -g clrun ``` --- ## Why clrun? Traditional CLI execution gives ag...
Persistent. Deterministic. Agent-Native.
yup! that's right — no more --yes or command retries
clrun gives AI agents full control over interactive terminal sessions — TUI prompts, select lists, checkboxes, long-running processes, and stateful shells. Every response is structured YAML with contextual hints telling the agent exactly what to do next.
Node.js:
npm install -g clrun
Python:
uv tool install clrun...