@tangle-network/agent-eval 0.128.0 → 0.128.2
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 +12 -0
- package/dist/openapi.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,18 @@ All notable changes to `@tangle-network/agent-eval` and its sibling `agent-eval-
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## [0.128.2] - 2026-07-25 - current core contract
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Require `@tangle-network/agent-core` 0.4.21 so Eval cannot retain Interface 0.32 through an existing lockfile.
|
|
12
|
+
|
|
13
|
+
## [0.128.1] - 2026-07-25 - certified context contract
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- Require `@tangle-network/agent-interface` 0.33.0 so Eval, Knowledge, and Runtime use one certified context contract.
|
|
18
|
+
|
|
7
19
|
## [0.128.0] - 2026-07-25 - canonical task failure evidence
|
|
8
20
|
|
|
9
21
|
### Changed
|
package/dist/openapi.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"openapi": "3.1.0",
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "@tangle-network/agent-eval — wire protocol",
|
|
5
|
-
"version": "0.128.
|
|
5
|
+
"version": "0.128.2",
|
|
6
6
|
"description": "HTTP and stdio RPC interface to agent-eval. The TypeScript runtime is the source of truth; this spec is the contract that cross-language clients (Python, Rust, Go) generate from.\n\nWire-protocol version: 1.0.0. Bumps on breaking changes to request/response schemas.",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Tangle Network",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tangle-network/agent-eval",
|
|
3
|
-
"version": "0.128.
|
|
3
|
+
"version": "0.128.2",
|
|
4
4
|
"description": "Evaluate and improve AI agents from runs, traces, judges, and feedback. Compare candidates, cluster failures, measure lift, and gate releases.",
|
|
5
5
|
"homepage": "https://github.com/tangle-network/agent-eval#readme",
|
|
6
6
|
"repository": {
|
|
@@ -163,8 +163,8 @@
|
|
|
163
163
|
"@asteasolutions/zod-to-openapi": "^9.1.0",
|
|
164
164
|
"@ax-llm/ax": "^23.0.5",
|
|
165
165
|
"@hono/node-server": "^2.0.11",
|
|
166
|
-
"@tangle-network/agent-core": "
|
|
167
|
-
"@tangle-network/agent-interface": "
|
|
166
|
+
"@tangle-network/agent-core": "0.4.21",
|
|
167
|
+
"@tangle-network/agent-interface": "0.33.0",
|
|
168
168
|
"@tangle-network/tcloud": "^0.4.14",
|
|
169
169
|
"hono": "^4.12.32",
|
|
170
170
|
"zod": "^4.4.3"
|