@tangle-network/agent-eval 0.145.16 → 0.145.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.
- package/CHANGELOG.md +18 -0
- package/dist/analyst/index.d.ts +1 -1
- package/dist/analyst/index.js +1 -1
- package/dist/{benchmark-command-Bp3A6FFE.js → benchmark-command-CyqmP3uA.js} +2 -2
- package/dist/{benchmark-command-Bp3A6FFE.js.map → benchmark-command-CyqmP3uA.js.map} +1 -1
- package/dist/cli.js +1 -1
- package/dist/openapi.json +1 -1
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import { o as runRolloutReleaseCli } from "./hf-dataset-XggBupCr.js";
|
|
3
|
-
import { n as runAnalystBenchmarkCommand } from "./benchmark-command-
|
|
3
|
+
import { n as runAnalystBenchmarkCommand } from "./benchmark-command-CyqmP3uA.js";
|
|
4
4
|
import { a as runRpcBatch, o as runRpcOnce, p as handleVersion, r as startServerAsync, s as buildOpenApi } from "./server-ulsOdrTI.js";
|
|
5
5
|
import { writeFileSync } from "node:fs";
|
|
6
6
|
//#region src/cli-config.ts
|
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.145.
|
|
5
|
+
"version": "0.145.18",
|
|
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.145.
|
|
3
|
+
"version": "0.145.18",
|
|
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": {
|
|
@@ -180,8 +180,8 @@
|
|
|
180
180
|
"dependencies": {
|
|
181
181
|
"@asteasolutions/zod-to-openapi": "^9.1.0",
|
|
182
182
|
"@hono/node-server": "^2.0.12",
|
|
183
|
-
"@tangle-network/agent-core": "0.9.
|
|
184
|
-
"@tangle-network/agent-interface": "0.
|
|
183
|
+
"@tangle-network/agent-core": "0.9.3",
|
|
184
|
+
"@tangle-network/agent-interface": "0.56.0",
|
|
185
185
|
"@tangle-network/agent-trace-contract": "^1.0.2",
|
|
186
186
|
"hono": "^4.12.32",
|
|
187
187
|
"linear-sum-assignment": "1.0.9",
|