cliai 0.1.0

A small Rust library for invoking AI tools through CLI backends like Ollama and GitHub Copilot CLI.
Documentation
1
2
3
4
5
pub mod copilot;
pub mod ollama;

pub use copilot::Copilot;
pub use ollama::Ollama;