agentos-protocol 0.2.5-rc.3

Agent OS extension protocol types
Documentation
1
2
3
4
5
6
7
8
9
#![forbid(unsafe_code)]

//! Agent OS ACP extension protocol types.

pub mod generated;

pub const ACP_EXTENSION_NAMESPACE: &str = "dev.rivet.agent-os.acp";
pub const PROTOCOL_NAME: &str = "agentos-acp";
pub const PROTOCOL_VERSION: u16 = 1;