1 2 3 4 5 6 7
//! Anthropic Claude LLM provider module. pub mod adapter; #[cfg(feature = "vision")] pub mod vision; pub use adapter::{AnthropicAdapter, AnthropicConfig};