feat: introduce Rig agent runtime migration
This commit is contained in:
@@ -29,6 +29,8 @@ publish = false
|
||||
[workspace.dependencies]
|
||||
# Local workspace crates. This lets us reference them in other crates without specifying a path.
|
||||
galaxy_acp = { path = "crates/acp" }
|
||||
galaxy_agent_core = { path = "crates/galaxy_agent_core" }
|
||||
galaxy_agent_rig = { path = "crates/galaxy_agent_rig" }
|
||||
ai = { path = "crates/ai" }
|
||||
app-installation-detection = { path = "crates/app-installation-detection" }
|
||||
asset_cache = { path = "crates/asset_cache" }
|
||||
@@ -257,6 +259,7 @@ reqwest = { version = "0.13", features = [
|
||||
"stream",
|
||||
] }
|
||||
reqwest-eventsource = { package = "aha-reqwest-eventsource", version = "0.1" }
|
||||
rig-core = "=0.40.0"
|
||||
resvg = "0.47.0"
|
||||
rust-embed = { version = "8.7.0", features = ["include-exclude"] }
|
||||
rustc-hash = "2.1.1"
|
||||
|
||||
Reference in New Issue
Block a user