miyabi-web-api 0.1.2

Complete autonomous AI development operations platform - Rust edition
docs.rs failed to build miyabi-web-api-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Miyabi Web API - Backend REST API Server

Autonomous AI Agent Orchestration Platform - Web API

Architecture

  • Framework: Axum 0.7
  • Database: PostgreSQL 15 with SQLx
  • Authentication: JWT + GitHub OAuth 2.0
  • WebSocket: Real-time updates with tokio-tungstenite
  • Documentation: OpenAPI 3.1 with Swagger UI

Modules

  • auth - Authentication and authorization
  • config - Configuration management
  • database - Database connection pool and migrations
  • error - Error types and handling
  • models - Database models and DTOs
  • routes - API endpoint handlers
  • websocket - WebSocket connection management