pub(crate) mod logic;
#[path = "http.rs"]
mod http;
#[allow(
unused_imports,
reason = "utoipa's OpenApi derive resolves this hidden __path_list_agents type via crate::routes::list_agents::__path_list_agents, generated by #[utoipa::path] on the re-exported handler below"
)]
pub use http::{__path_list_agents, list_agents};