pi_agent_rust 0.3.0

Native AI coding agent CLI - Rust port of Pi Agent
1
2
3
4
5
6
7
8
pub mod client;
pub mod sse;

// Test modules - only compile when asupersync is working
// #[cfg(test)]
// mod test_api;
// #[cfg(test)]
// mod test_asupersync;