//! Dev HTTP server (axum) for adk-rs.
//!
//! Provides REST + SSE endpoints around configured [`crate::runner::Runner`]s,
//! implementing the wire contract of Python ADK's `adk api_server` (camelCase
//! JSON, `/apps/{app}/users/{user}/sessions/...` paths, `data:` SSE framing)
//! so Google's adk-web dev UI and `google-adk` API clients interoperate.
pub use ;