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}
12
13pub mod notify {
14    pub mod v1 {
15        tonic::include_proto!("agentfactory.notify.v1");
16    }
17}