feat(providers): add multi-model router for task-based provider routing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
eadeffef26
commit
1cfc63831c
9 changed files with 537 additions and 9 deletions
|
|
@ -33,6 +33,9 @@ shellexpand = "3.1"
|
|||
tracing = { version = "0.1", default-features = false }
|
||||
tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "ansi"] }
|
||||
|
||||
# Observability - Prometheus metrics
|
||||
prometheus = { version = "0.13", default-features = false }
|
||||
|
||||
# Error handling
|
||||
anyhow = "1.0"
|
||||
thiserror = "2.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue