agentic-server 0.5.0

Standalone axum server for agentic-api
Documentation
1
2
3
4
5
mod error;
mod responses;

pub use responses::responses_ws;
pub(crate) use responses::responses_ws_with_auth;