- Introduce `owlen-providers` crate with Cargo.toml and lib entry. - Expose `OllamaClient` handling HTTP communication, health checks, model listing, and streaming generation. - Implement request building, endpoint handling, and error mapping. - Parse Ollama tags response and generation stream lines into core types. - Add shared module re-exports for easy integration with the provider layer.
4 lines
57 B
Rust
4 lines
57 B
Rust
//! Provider implementations for OWLEN.
|
|
|
|
pub mod ollama;
|