systemprompt-cli 0.20.0

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
12
//! Terminal presentation widgets.
//!
//! Live rendering of the service-startup sequence ([`StartupRenderer`] is the
//! entry point; its state and widgets are internal) plus the shared [`tables`]
//! widgets that shape command records into rendered `tabled` output.

mod renderer;
mod state;
pub mod tables;
mod widgets;

pub use renderer::StartupRenderer;