Complete local-first Rig provider migration

This commit is contained in:
2026-08-06 11:37:28 -05:00
parent f850bae77c
commit 634ce7ba00
38 changed files with 3837 additions and 1616 deletions
+3 -2
View File
@@ -139,6 +139,7 @@ async-task = "4.2.0"
async-trait = "0.1.89"
async-fs = "2.1.2"
aws-sdk-bedrockruntime = { version = "1", default-features = false, features = ["default-https-client", "rt-tokio"] }
aws-sdk-bedrock = { version = "1", default-features = false, features = ["default-https-client", "rt-tokio"] }
aws-smithy-http-client = { version = "1", features = ["test-util"] }
backtrace = "0.3.76"
base64 = "0.22"
@@ -261,8 +262,8 @@ reqwest = { version = "0.13", features = [
"stream",
] }
reqwest-eventsource = { package = "aha-reqwest-eventsource", version = "0.1" }
rig-core = "=0.40.0"
rig-bedrock = "=0.40.0"
rig-core = "=0.41.0"
rig-bedrock = "=0.41.0"
resvg = "0.47.0"
rust-embed = { version = "8.7.0", features = ["include-exclude"] }
rustc-hash = "2.1.1"