//! Uira Protocol - Shared types, events, and protocol definitions
//!
//! This crate defines the fundamental types used across the Uira AI harness:
//! - Message types for model communication
//! - Event types for streaming and JSONL output
//! - Tool call/response types
//! - Common error types
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;