rho-coding-agent 1.16.0

A lightweight agent harness inspired by Pi
Documentation
1
2
3
4
5
6
7
8
9
10
//! Read-only observation of persisted subagent presentation events.
//!
//! Journal types live in [`crate::run_artifacts`]. This module owns the attach
//! TUI and the Rho SDK event translator.

mod app;
pub(crate) mod sdk_writer;

pub(crate) use app::run;
pub(crate) use sdk_writer::translate_run_event;