agentic-server 0.5.0

Standalone axum server for agentic-api
Documentation
1
2
3
4
5
6
7
8
mod common;
pub mod http;
pub mod websocket;

pub use common::{convert_response, executor_error_response};
pub use http::{compact_response, conversations, count_tokens, health, messages, models, ready, responses};
pub use websocket::responses_ws;
pub(crate) use websocket::responses_ws_with_auth;