Rho is a lightweight agent harness inspired by Pi, built in Rust to stay fast and memory-efficient.
```bash
cargo install rho-coding-agent
```
```bash
rho
```
For one-off prompts:
```bash
rho run "summarize this repository"
```
See the docs site: <https://matthewyjiang.github.io/rho/>
```bash
cargo build
cargo test
```