systemprompt-api 0.1.18

HTTP API server and gateway for systemprompt.io OS
Documentation
1
2
3
4
5
6
7
pub mod health;
pub mod middleware;
pub mod proxy;
pub mod server;
pub mod static_content;

pub use health::{HealthChecker, HealthSummary, ModuleHealth, ProcessMonitor};