rho-coding-agent 1.8.0

A lightweight agent harness inspired by Pi
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod agent_binding;
pub(crate) mod agent_executor;
mod automation;
mod bootstrap;
mod cli_config;
pub(crate) mod config_repository;
mod interactive;
pub(crate) mod interactive_presenter;
pub(crate) mod interactive_runtime;
mod login;
mod policy;
mod runtime_builder;
pub(crate) mod sdk_config;

pub use automation::AutomationInterrupted;
pub use bootstrap::run;