llmrix-rust-sdk 1.0.0

Official Rust SDK for the llmrix AI Agent Platform API
Documentation
1
2
3
4
5
6
7
8
9
pub mod conversation;
pub mod chat;
pub mod cron;
pub mod agent;

pub use conversation::*;
pub use chat::*;
pub use cron::*;
pub use agent::*;