feat(goose-acp): enable parallel sessions with isolated agent state (#6392)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
@@ -16,17 +16,17 @@ goose-mcp = { path = "../goose-mcp" }
|
||||
rmcp = { workspace = true }
|
||||
schemars = "1.0"
|
||||
axum = { version = "0.8.1", features = ["ws", "macros"] }
|
||||
tokio = { version = "1.43", features = ["full"] }
|
||||
tokio = { workspace = true }
|
||||
chrono = "0.4"
|
||||
tower-http = { version = "0.5", features = ["cors"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = { version = "1.0", features = ["preserve_order"] }
|
||||
futures = "0.3"
|
||||
tracing = "0.1"
|
||||
serde_json = { workspace = true, features = ["preserve_order"] }
|
||||
futures = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "json", "time"] }
|
||||
tracing-appender = "0.2"
|
||||
tokio-stream = "0.1"
|
||||
anyhow = "1.0"
|
||||
anyhow = { workspace = true }
|
||||
bytes = "1.5"
|
||||
http = "1.0"
|
||||
base64 = "0.21"
|
||||
@@ -62,4 +62,5 @@ path = "src/bin/generate_schema.rs"
|
||||
tower = "0.5"
|
||||
async-trait = "0.1.89"
|
||||
tempfile = "3.15.0"
|
||||
env-lock = "1.0.1"
|
||||
env-lock = { workspace = true }
|
||||
wiremock = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user