//! API request handlers.
//!
//! This module contains all HTTP request handlers organized by functionality.
/// Admin tenant management handlers.
/// Agent listing and info handlers.
/// Authentication handlers (login, register).
/// Chat and streaming handlers.
/// Conversation CRUD handlers.
/// Deployment automation handlers.
/// RAG (document ingestion/search) handlers.
/// Research coordination handlers.
/// Skills discovery handlers (requires `skills` feature).
/// User-created agent management handlers.
/// V1 API key-authenticated tenant-scoped handlers.
/// Workflow execution handlers.