merge goose-acp crate into goose (#8726)

This commit is contained in:
Jack Amadeo
2026-04-21 16:26:49 -04:00
committed by GitHub
parent 05af51f18f
commit 38941b1d26
48 changed files with 196 additions and 286 deletions
Generated
+4 -38
View File
@@ -4358,9 +4358,12 @@ dependencies = [
"fs-err",
"fs2",
"futures",
"goose-acp-macros",
"goose-mcp",
"goose-sdk",
"goose-test-support",
"http 1.4.0",
"http-body-util",
"ignore",
"include_dir",
"indexmap 2.13.0",
@@ -4419,6 +4422,7 @@ dependencies = [
"tokio-cron-scheduler",
"tokio-stream",
"tokio-util",
"tower-http",
"tracing",
"tracing-futures",
"tracing-opentelemetry",
@@ -4446,43 +4450,6 @@ dependencies = [
"zip 8.4.0",
]
[[package]]
name = "goose-acp"
version = "1.31.0"
dependencies = [
"agent-client-protocol-schema",
"anyhow",
"async-stream",
"async-trait",
"axum",
"base64 0.22.1",
"fs-err",
"futures",
"goose",
"goose-acp-macros",
"goose-mcp",
"goose-sdk",
"goose-test-support",
"http-body-util",
"regex",
"rmcp",
"sacp",
"schemars 1.2.1",
"serde",
"serde_json",
"sqlx",
"strum 0.27.2",
"tempfile",
"test-case",
"tokio",
"tokio-util",
"tower-http",
"tracing",
"url",
"uuid",
"wiremock",
]
[[package]]
name = "goose-acp-macros"
version = "1.31.0"
@@ -4513,7 +4480,6 @@ dependencies = [
"etcetera 0.11.0",
"futures",
"goose",
"goose-acp",
"goose-mcp",
"indicatif",
"open",