@tangle-network/agent-bench 0.8.5 → 0.8.6

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 +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.8.6
4
+
5
+ - Consume Runtime 0.132.6 with the settled provider-model identity contract.
6
+
3
7
  ## 0.8.5
4
8
 
5
9
  - Consume Runtime 0.132.5, Eval 0.145.0, and Knowledge 7.2.3 as one compatible dependency set.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-bench",
3
- "version": "0.8.5",
3
+ "version": "0.8.6",
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": {
@@ -29,7 +29,7 @@
29
29
  "@tangle-network/agent-interface": "0.46.1",
30
30
  "@tangle-network/agent-knowledge": "7.2.3",
31
31
  "@tangle-network/sandbox": "0.19.4",
32
- "@tangle-network/agent-runtime": "0.132.5"
32
+ "@tangle-network/agent-runtime": "0.132.6"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@arethetypeswrong/cli": "0.18.5",