1 2 3 4 5 6 7
#[cfg(feature = "smart")] pub mod anthropic; pub mod mock; #[cfg(feature = "smart")] pub mod ollama; #[cfg(feature = "smart")] pub mod openai;