rho-coding-agent 1.5.0

A lightweight agent harness inspired by Pi
Documentation
pub mod agent;
mod agent_output;
#[cfg(any(target_os = "linux", target_os = "macos"))]
pub mod bash;
mod diff;
pub mod edit_file;
mod edit_file_args;
pub mod list_dir;
#[cfg(windows)]
pub mod powershell;
mod process;
pub mod read_file;
pub mod rho;
pub mod rtk;
pub mod sdk_adapter;
pub mod sdk_registry;
mod sdk_security;
mod sdk_shell;
mod sdk_support;
pub mod skill;
#[cfg(debug_assertions)]
mod tui_fixture;
pub mod web;
pub mod write_file;