Ralph TUI
A terminal UI for orchestrating AI coding agents
ralph-tui is a terminal-first task runner that orchestrates AI agent work as a structured queue of tasks, making “agentic execution” feel more like operating a build tool than chatting in a textbox. It prioritizes a disciplined loop: select the next task, construct the right prompt and context, execute the agent, detect completion, and move forward until the workload is done. By centering everything in a TUI, it encourages repeatable workflows where you can watch progress, adjust priorities, and keep your attention on the execution pipeline rather than juggling windows and tabs. ...