databricks support

This commit is contained in:
Dhanji Prasanna
2025-09-27 17:28:02 +10:00
parent 258eb4fd54
commit c490228824
9 changed files with 1899 additions and 50 deletions

View File

@@ -84,8 +84,11 @@ pub struct Tool {
}
pub mod anthropic;
pub mod databricks;
pub mod oauth;
pub use anthropic::AnthropicProvider;
pub use databricks::DatabricksProvider;
/// Provider registry for managing multiple LLM providers
pub struct ProviderRegistry {