rho-coding-agent 1.8.2

A lightweight agent harness inspired by Pi
Documentation
1
2
3
4
5
6
7
//! Read-only observation of persisted subagent presentation events.

mod app;
mod journal;

pub(crate) use app::run;
pub(crate) use journal::AttachmentWriter;