af-contracts 0.2.0

Generated Agent Factory Agent and Docs protobuf contracts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod agent {
    pub mod v1 {
        tonic::include_proto!("agentfactory.agent.v1");
    }
}

pub mod docs {
    pub mod v1 {
        tonic::include_proto!("agentfactory.docs.v1");
    }
}