@tangle-network/agent-bench 0.8.2 → 0.8.3

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.8.3
4
+
5
+ - Consume Runtime 0.132.1, Eval 0.144.12, and Knowledge 7.2.1 as one compatible dependency set.
6
+
3
7
  ## 0.8.2
4
8
 
5
9
  - Consume Runtime 0.131.7, Eval 0.144.10, and Knowledge 7.2.0.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-bench",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
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.10",
28
+ "@tangle-network/agent-eval": "0.144.12",
29
29
  "@tangle-network/agent-interface": "0.46.1",
30
- "@tangle-network/agent-knowledge": "7.2.0",
30
+ "@tangle-network/agent-knowledge": "7.2.1",
31
31
  "@tangle-network/sandbox": "0.19.4",
32
- "@tangle-network/agent-runtime": "0.131.7"
32
+ "@tangle-network/agent-runtime": "0.132.1"
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.10`, then install ' +
237
+ 'install `agent-eval-rpc==0.144.12`, then install ' +
238
238
  '`gepa[full] @ git+https://github.com/gepa-ai/gepa.git@f919db0a622e2e9f9204779b81fe00cc1b2d808f`'
239
239
 
240
240
  export type GepaMethodFactory = (