Getting started
Rho is a lightweight agent harness for interactive coding sessions and one-shot terminal prompts.
Quick path
- Install Rho.
- Set up authentication and models.
- Run
rhoto open the interactive TUI. - Use tools and workspace behavior to understand how Rho reads, edits, and runs commands in your project.
Choose a workflow
- Use the interactive TUI when you want an ongoing session with streaming output, tool calls, slash commands, and session resume.
- Use automation and CLI when you want a single answer for a script, hook, alias, pipeline, or CI job.
After the first run
Rho stores persistent configuration in ~/.rho/config.toml. The model catalog and /model command can update the active provider and model from inside the interactive TUI.
For local project work, see development.