systemprompt-client 0.1.21

HTTP API client library for systemprompt.io - enables CLI and external clients to communicate with the server
Documentation
1
2
3
4
5
6
mod client;
mod error;
mod http;

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