rho-coding-agent-0.15.0 is not a library.
Rho
Rho is a lightweight agent harness inspired by Pi, built in Rust to stay fast and memory-efficient.
Install
Recommended install path on macOS and Linux:
|
On Windows PowerShell:
irm https://raw.githubusercontent.com/matthewyjiang/rho/main/scripts/install.ps1 | iex
Or with Scoop:
scoop bucket add rho https://github.com/matthewyjiang/rho
scoop install rho
Or install from crates.io with Cargo:
Usage
For one-off prompts:
Docs
See the docs site: https://matthewyjiang.github.io/rho/
Development