systemprompt-client 0.2.1

HTTP API client for systemprompt.io AI governance infrastructure. Typed requests for CLIs and external services talking to a systemprompt.io deployment.
Documentation
1
2
3
4
5
6
mod client;
mod error;
mod http;

pub use client::SystempromptClient;
pub use error::{ClientError, ClientResult};