feat: goose bench framework for functional and regression testing
Co-authored-by: Zaki Ali <zaki@squareup.com>
This commit is contained in:
Generated
+21
@@ -2199,11 +2199,31 @@ dependencies = [
|
||||
"wiremock",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "goose-bench"
|
||||
version = "1.0.10"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
"chrono",
|
||||
"ctor",
|
||||
"goose",
|
||||
"mcp-core",
|
||||
"paste",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "goose-cli"
|
||||
version = "1.0.12"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
"bat",
|
||||
"chrono",
|
||||
"clap",
|
||||
@@ -2212,6 +2232,7 @@ dependencies = [
|
||||
"etcetera",
|
||||
"futures",
|
||||
"goose",
|
||||
"goose-bench",
|
||||
"goose-mcp",
|
||||
"mcp-client",
|
||||
"mcp-core",
|
||||
|
||||
Reference in New Issue
Block a user