systemprompt-cli 0.14.4

Unified CLI for systemprompt.io AI governance: agent orchestration, MCP governance, analytics, profiles, cloud deploy, and self-hosted operations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Live terminal rendering of the service-startup sequence.
//!
//! Consumes the startup event stream and drives spinners, a service table, and
//! completion messaging. [`StartupRenderer`] is the entry point; rendering
//! state and individual widgets are internal.

mod renderer;
mod state;
mod widgets;

pub use renderer::StartupRenderer;