dial-providers 4.1.3

AI provider implementations for DIAL engine
Documentation
1
2
3
4
5
pub mod anthropic;
pub mod cli_passthrough;

pub use anthropic::AnthropicProvider;
pub use cli_passthrough::CliPassthrough;