1//! Agentic Commerce Protocol - Type definitions for the protocol specification. 2mod models; 3 4pub use models::*;