aether-llm 0.8.0

Multi-provider LLM abstraction layer for the Aether AI agent framework
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!("../docs/testing.md")]

mod fake_llm;
mod llm_response;
mod usage;

pub use fake_llm::*;
pub use llm_response::*;
pub use usage::*;