aagt-core 0.2.5

Core types and traits for the AAGT AI Agent framework
Documentation
1
2
3
4
5
6
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::configure()
        .build_server(false)
        .compile(&["proto/sidecar.proto"], &["proto"])?;
    Ok(())
}