aether-llm 0.7.23

Multi-provider LLM abstraction layer for the Aether AI agent framework
Documentation
1
2
3
4
5
pub mod auth;
pub mod client;

pub use auth::MantleAuth;
pub use client::MantleClient;