feat(goose-acp): enable parallel sessions with isolated agent state (#6392)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
+9
-1
@@ -16,9 +16,17 @@ string_slice = "warn"
|
||||
|
||||
[workspace.dependencies]
|
||||
rmcp = { version = "0.12.0", features = ["schemars", "auth"] }
|
||||
sacp = "10.0.0"
|
||||
anyhow = "1.0"
|
||||
futures = "0.3"
|
||||
regex = "1.12"
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1.49", features = ["full"] }
|
||||
tracing = "0.1"
|
||||
webbrowser = "1.0"
|
||||
which = "8.0.0"
|
||||
etcetera = "0.11.0"
|
||||
ignore = "0.4.25"
|
||||
crunchy = "0.2.4"
|
||||
env-lock = "1.0.1"
|
||||
wiremock = "0.6"
|
||||
serial_test = "3.2.0"
|
||||
|
||||
Reference in New Issue
Block a user