aether-llm 0.1.9

Multi-provider LLM abstraction layer for the Aether AI agent framework
Documentation
1
2
3
4
5
6
#![doc = include_str!(concat!(env!("OUT_DIR"), "/docs/local.md"))]

pub mod discovery;
pub mod llama_cpp;
pub mod ollama;
mod util;