j-agent 0.1.0

Agent engine library for j-cli and j-gui
1
2
3
4
5
6
7
8
9
10
mod client;
mod error;
mod stream;
mod types;

pub use client::LlmClient;
pub use error::LlmError;
#[allow(unused_imports)]
pub use stream::SseStream;
pub use types::*;