gproxy-protocol 3.0.0-alpha.0

GPROXY v3 protocol model: operation taxonomy, wire kinds, and the OperationSpec registry
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod annotations;
mod apply_patch;
mod code_interpreter;
mod computer;
mod mcp;
mod reasoning;
mod shell;
mod web_search;

pub use annotations::*;
pub use apply_patch::*;
pub use code_interpreter::*;
pub use computer::*;
pub use mcp::*;
pub use reasoning::*;
pub use shell::*;
pub use web_search::*;