1 2 3 4 5 6
//! lopi-ui: ratatui TUI dashboard and axum web/JSON API for the lopi orchestrator. /// Ratatui terminal UI dashboard for live agent monitoring. pub mod tui; /// Axum-based HTTP API and WebSocket/SSE streaming layer. pub mod web;