@tangle-network/agent-bench 0.8.16 → 0.8.18

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.18
4
+
5
+ - Align the Bench package with Runtime 0.142.3 and the Sandbox 0.29.0–0.30.0 compatibility range.
6
+
7
+ ## 0.8.17
8
+
9
+ - Align the Bench package with Runtime 0.142.2 and Sandbox 0.30.0.
10
+
3
11
  ## 0.8.16
4
12
 
5
13
  - Align the Bench package with Runtime 0.142.0, Eval 0.149.0, Knowledge 8.0.10, and Sandbox 0.29.0.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-bench",
3
- "version": "0.8.16",
3
+ "version": "0.8.18",
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": {
@@ -28,8 +28,8 @@
28
28
  "@tangle-network/agent-eval": ">=0.149.0 <0.150.0",
29
29
  "@tangle-network/agent-interface": "^1.1.0",
30
30
  "@tangle-network/agent-knowledge": "^8.0.10",
31
- "@tangle-network/sandbox": ">=0.29.0 <0.30.0",
32
- "@tangle-network/agent-runtime": "^0.142.0"
31
+ "@tangle-network/sandbox": ">=0.29.0 <0.31.0",
32
+ "@tangle-network/agent-runtime": "^0.142.3"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@arethetypeswrong/cli": "0.18.5",