pi_agent_rust 0.1.7

High-performance AI coding agent CLI - Rust port of Pi Agent
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(test)]
mod tests {
    use asupersync::http::client::HttpClient;
    use asupersync::Cx;

    #[test]
    fn test_imports() {
        // Just checking if these types exist
    }
}