TUI cockpit¶
radioactive_ralph tui opens a socket-backed cockpit for the current repo.
It attaches to the repo service if one is already running; otherwise it
starts one for the session unless --no-autostart is set.
Views¶
Tab |
Use |
|---|---|
|
Service status, queue counts, active workers |
|
Active and paused plans, per-plan queue counts, selected plan tasks |
|
Runnable tasks, including pending tasks whose dependencies are satisfied |
|
Tasks waiting for operator approval |
|
Tasks blocked on context or operator intervention |
|
Running tasks and provider/session details |
|
Failed tasks ready for retry, requeue, handoff, or terminal failure |
|
Recent repo-service events |
Keys¶
Key |
Action |
|---|---|
|
Next tab |
|
Previous tab |
|
Move selection |
|
Cycle the variant filter |
|
Cycle the provider filter |
|
Clear active filters |
|
Refresh service status |
|
Stop the repo service |
|
Start the repo service |
|
Approve the selected task on the approvals tab |
|
Requeue the selected task |
|
Retry the selected blocked or failed task |
|
Handoff the selected task; enter |
|
Mark the selected task done |
|
Mark the selected task failed |
|
Toggle the help overlay |
|
Quit |
Relationship to the CLI¶
The TUI uses the same plan DAG and repo service as the CLI. Its operator
actions correspond to radioactive_ralph plan approve, requeue,
retry, handoff, mark-done, and fail; it is not a second runtime.