aether-llm 0.6.0

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

mod fake_llm;
mod llm_response;

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