Expand description
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.
Modulesยง
- adapters
- Web-facing adapter integrations. Web adapter modules for content delivery and API endpoints.
- app
- Application router composition for the user REST API. Application router composition for the user management REST API.
- auth_
middleware - Authentication and RBAC middleware for the user REST API. Authentication and authorization middleware for the user REST API.
- user_
controller - User management controller handlers.