Skip to main content

af_contracts/
generated.rs

1pub mod agent {
2    pub mod v1 {
3        tonic::include_proto!("agentfactory.agent.v1");
4    }
5}
6
7pub mod docs {
8    pub mod v1 {
9        tonic::include_proto!("agentfactory.docs.v1");
10    }
11}