agentic-server-core 0.3.0

Framework-agnostic core library for agentic-api
Documentation
1
2
3
4
5
pub mod conversation;
pub mod response;

pub use conversation::ConversationHandler;
pub use response::ResponseHandler;