@tangle-network/agent-bench 0.8.3 → 0.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/package.json +4 -4
- package/src/swe-arena/gepa-seat.mts +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tangle-network/agent-bench",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Benchmark adapters and execution for agent-runtime across coding, tool-use, RAG, memory, browser, and terminal tasks.",
|
|
6
6
|
"repository": {
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@tangle-network/agent-eval": "0.144.
|
|
28
|
+
"@tangle-network/agent-eval": "0.144.13",
|
|
29
29
|
"@tangle-network/agent-interface": "0.46.1",
|
|
30
|
-
"@tangle-network/agent-knowledge": "7.2.
|
|
30
|
+
"@tangle-network/agent-knowledge": "7.2.2",
|
|
31
31
|
"@tangle-network/sandbox": "0.19.4",
|
|
32
|
-
"@tangle-network/agent-runtime": "0.132.
|
|
32
|
+
"@tangle-network/agent-runtime": "0.132.4"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@arethetypeswrong/cli": "0.18.5",
|
|
@@ -234,7 +234,7 @@ export function innerSmokeJudge(): JudgeConfig<SmokeVerdict, GepaSeatScenario> {
|
|
|
234
234
|
// ---------------------------------------------------------------------------
|
|
235
235
|
|
|
236
236
|
export const GEPA_PYTHON_INSTALL_HINT =
|
|
237
|
-
'install `agent-eval-rpc==0.144.
|
|
237
|
+
'install `agent-eval-rpc==0.144.13`, then install ' +
|
|
238
238
|
'`gepa[full] @ git+https://github.com/gepa-ai/gepa.git@f919db0a622e2e9f9204779b81fe00cc1b2d808f`'
|
|
239
239
|
|
|
240
240
|
export type GepaMethodFactory = (
|