jarvish 1.5.0

Next Generation AI Integrated Shell inspired by J.A.R.V.I.S. on Marvel's Iron Man
1
2
3
4
5
6
7
8
9
10
pub mod client;
pub mod markdown;
mod prompts;
mod stream;
mod tools;
mod types;

pub use client::JarvisAI;
#[allow(unused_imports)]
pub use types::{AiResponse, ConversationOrigin, ConversationResult, ConversationState};