rho-coding-agent 0.28.1

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

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