rho-coding-agent 0.22.0

A lightweight agent harness inspired by Pi
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod adapters;
mod display;
mod fetch;
mod process;
mod search;
mod storage;
mod util;

pub use adapters::{FetchContent, GetSearchContent, WebSearch};

#[cfg(test)]
#[path = "tests.rs"]
mod tests;