systemprompt-api 0.1.18

HTTP API server and gateway for systemprompt.io OS
Documentation
1
2
3
4
5
6
7
mod auth;
mod backend;
mod client;
mod engine;
mod resolver;

pub use engine::ProxyEngine;