systemprompt-cli 0.2.1

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
mod api;
mod context;
mod creation;
mod resolution;
mod store;

pub use context::CliSessionContext;
pub use resolution::get_or_create_session;
pub use store::{clear_all_sessions, clear_session, get_session_for_key, load_session_store};