//! Web server adapters for the Paladin AI orchestration framework.
//!
//! Provides HTTP server components using `actix-web` and `axum`, including
//! user management REST endpoints and content delivery adapters.
/// Web-facing adapter integrations.
/// Application router composition for the user REST API.
/// Authentication and RBAC middleware for the user REST API.
/// User management controller handlers.