rho-coding-agent 1.4.0

A lightweight agent harness inspired by Pi
Documentation
1
2
3
4
5
6
7
8
pub(crate) mod http_error;
pub(crate) mod line_decoder;
pub(crate) mod stream_timeout;

pub use crate::model::{
    ContentBlock, ImageContent, Message, ModelError, ModelEvent, ModelRequest, ModelResponse,
    ModelUsage, ToolCall, ToolResult, ToolSpec,
};