//! Legacy HTTP route handlers.
//!
//! The run/session surface moved to [`crate::server::adk_web`], which
//! implements Python ADK's `adk api_server` wire contract (use `/list-apps`,
//! `/run`, `/run_sse`, and `/apps/{app}/users/{user}/sessions/...`).
//! `/list-agents` is kept for existing adk-rs clients.
use Json;
use State;
use Serialize;
use crateAppState;
pub
pub async