apprentice_lib 0.1.1

A library that allows to create LLM agent applications
Documentation
1
2
3
4
5
6
7
8
9
//! API transport.
mod client;
mod reqwest;

#[cfg(test)]
pub mod stub;

pub use client::Client;
pub use client::get_reqwest_client;