oxide-agent 0.1.0

Type-safe, high-performance Rust crate for building agentic systems on Ollama
Documentation
1
2
3
4
5
6
7
8
pub mod client;
pub mod error;
pub mod mojo;
pub mod rag;
pub mod session;
pub mod tools;
pub mod types;
pub mod wasm;