rho-coding-agent 1.8.0

A lightweight agent harness inspired by Pi
Documentation
1
2
3
4
5
6
7
8
9
pub mod agent;
mod agent_output;
mod process;
pub mod rho;
pub mod sdk_registry;
pub mod skill;
#[cfg(debug_assertions)]
mod tui_fixture;
pub mod web;