@tangle-network/agent-bench 0.8.22 → 0.8.23

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.8.23
4
+
5
+ ### Interface 1.6.0 cohort
6
+
7
+ The Interface catalog range becomes `^1.6.0`, matching the Runtime cohort. Bench resolves Interface through the catalog, so its published manifest states the new range. Nothing in bench changes behavior.
8
+
9
+ A consumer that pins Interface itself must move it with this package.
10
+
3
11
  ## 0.8.22
4
12
 
5
13
  ### Eval 0.163.2 and Knowledge 10.7.0 cohort
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-bench",
3
- "version": "0.8.22",
3
+ "version": "0.8.23",
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": {
@@ -26,10 +26,10 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@tangle-network/agent-eval": ">=0.163.2 <0.164.0",
29
- "@tangle-network/agent-interface": "^1.4.0",
29
+ "@tangle-network/agent-interface": "^1.6.0",
30
30
  "@tangle-network/agent-knowledge": "^10.7.0",
31
31
  "@tangle-network/sandbox": ">=0.31.0 <0.32.0",
32
- "@tangle-network/agent-runtime": "^0.156.0"
32
+ "@tangle-network/agent-runtime": "^0.157.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@arethetypeswrong/cli": "0.18.5",