Add unified models UI and Rig Bedrock runtime

This commit is contained in:
2026-08-04 17:25:19 -05:00
parent a3c68e9c30
commit b0ad07f6f2
41 changed files with 2122 additions and 564 deletions
+3
View File
@@ -138,6 +138,8 @@ async-stream = "0.3.5"
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-smithy-http-client = { version = "1", features = ["test-util"] }
backtrace = "0.3.76"
base64 = "0.22"
bincode = "1.3.3"
@@ -260,6 +262,7 @@ reqwest = { version = "0.13", features = [
] }
reqwest-eventsource = { package = "aha-reqwest-eventsource", version = "0.1" }
rig-core = "=0.40.0"
rig-bedrock = "=0.40.0"
resvg = "0.47.0"
rust-embed = { version = "8.7.0", features = ["include-exclude"] }
rustc-hash = "2.1.1"