rho-coding-agent 0.22.0

A lightweight agent harness inspired by Pi
Documentation
1
2
3
4
5
6
7
8
mod automation;
mod bootstrap;
mod cli_config;
pub(crate) mod config_repository;
mod interactive;
mod login;

pub use bootstrap::run;