#![forbid(unsafe_code)]// Wire enums intentionally have wide size variance (small acks next to bulky
// payload variants); boxing them is a wire-adjacent refactor tracked separately.
#![allow(clippy::large_enum_variant, clippy::result_large_err)]//! Shared AgentOS language execution sidecar wire protocol surface.
pubmodgenerated_protocol;pubmodprotocol;pubmodwire;