/// REST API and WebSocket server for programmatic agent access
///
/// This module provides:
/// - REST endpoints for agent interaction
/// - WebSocket streaming for real-time responses
/// - API key authentication
/// - JSON request/response format
pub use sync;
pub use ;
pub use ;