systemprompt-api 0.1.20

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

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