@tangle-network/agent-eval 0.179.0 → 0.180.0
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 +6 -0
- package/README.md +13 -0
- package/dist/analyst/index.d.ts +2 -2
- package/dist/analyst/index.js +2 -2
- package/dist/{benchmark-command-CY6Dg5t5.js → benchmark-command-D4vpnAdO.js} +2 -2
- package/dist/{benchmark-command-CY6Dg5t5.js.map → benchmark-command-D4vpnAdO.js.map} +1 -1
- package/dist/cli.js +2 -2
- package/dist/contract/index.js +1 -1
- package/dist/{default-registry-BryMEmr8.js → default-registry-aL7xUrUz.js} +2 -2
- package/dist/{default-registry-BryMEmr8.js.map → default-registry-aL7xUrUz.js.map} +1 -1
- package/dist/{index-CbLmrWCa.d.ts → index-CiUjjEIa.d.ts} +2 -2
- package/dist/{index-CbLmrWCa.d.ts.map → index-CiUjjEIa.d.ts.map} +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/{integrity-DsHWCebQ.js → integrity-DH5ng72x.js} +2 -2
- package/dist/{integrity-DsHWCebQ.js.map → integrity-DH5ng72x.js.map} +1 -1
- package/dist/openapi.json +1 -1
- package/dist/{report-command-DKlXfU5r.js → report-command-V1ecVgAv.js} +27 -3
- package/dist/report-command-V1ecVgAv.js.map +1 -0
- package/dist/supervisor-run/index.d.ts +4 -2
- package/dist/supervisor-run/index.d.ts.map +1 -1
- package/dist/supervisor-run/index.js +3 -3
- package/dist/{terminal-record-Ce9_UjRz.js → terminal-record-BtPwKTSr.js} +58 -26
- package/dist/terminal-record-BtPwKTSr.js.map +1 -0
- package/dist/{types-vUdAx2Cj.d.ts → types-lPkDQNqJ.d.ts} +20 -2
- package/dist/{types-vUdAx2Cj.d.ts.map → types-lPkDQNqJ.d.ts.map} +1 -1
- package/package.json +1 -1
- package/dist/report-command-DKlXfU5r.js.map +0 -1
- package/dist/terminal-record-Ce9_UjRz.js.map +0 -1
package/dist/cli.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import { i as runRolloutReleaseCli } from "./hf-dataset-D8_RNIis.js";
|
|
3
3
|
import { t as createChatClient } from "./chat-client-CkmjYlfB.js";
|
|
4
|
-
import { t as runAnalystBenchmarkCommand } from "./benchmark-command-
|
|
4
|
+
import { t as runAnalystBenchmarkCommand } from "./benchmark-command-D4vpnAdO.js";
|
|
5
5
|
import { a as runRpcBatch, o as runRpcOnce, p as handleVersion, r as startServerAsync, s as buildOpenApi } from "./server-D_cjseFN.js";
|
|
6
|
-
import { t as runSupervisorRunCommand } from "./report-command-
|
|
6
|
+
import { t as runSupervisorRunCommand } from "./report-command-V1ecVgAv.js";
|
|
7
7
|
import { writeFileSync } from "node:fs";
|
|
8
8
|
//#region src/cli-config.ts
|
|
9
9
|
/**
|
package/dist/contract/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import { f as mapConcurrentRange } from "../ledger-core-Cs9f7385.js";
|
|
|
11
11
|
import { C as inMemoryCampaignStorage, S as fsCampaignStorage } from "../external-optimizer-subprocess-q3VzlGAO.js";
|
|
12
12
|
import { i as makeProposalFinding } from "../types-DQ0e2E7y.js";
|
|
13
13
|
import { K as classifyOtlpSpanRole, q as isOtlpModelCall } from "../kind-factory-D5HOW3R0.js";
|
|
14
|
-
import { t as buildDefaultAnalystRegistry } from "../default-registry-
|
|
14
|
+
import { t as buildDefaultAnalystRegistry } from "../default-registry-aL7xUrUz.js";
|
|
15
15
|
import { LLM_MODEL_ATTR_KEYS, SPAN_KIND_ATTR_KEYS } from "../trace-attributes.js";
|
|
16
16
|
import { t as extractUsage } from "../extract-usage-BrQ8mCLX.js";
|
|
17
17
|
import { t as createChatClient } from "../chat-client-CkmjYlfB.js";
|
|
@@ -4,7 +4,7 @@ import { a as assertValidAnalystUsageReceipt, c as validateUsageSettlementTimeou
|
|
|
4
4
|
import { B as findingSubjectGrammarPromptFor, X as snapshotExactExecutionPlan, Y as snapshotExactExecutionComponentIdentity, k as spanEpochMillis, t as createTraceAnalyst } from "./kind-factory-D5HOW3R0.js";
|
|
5
5
|
import { LLM_CONTEXT_TOKENS, LLM_INPUT_TOKEN_ATTR_KEYS, LLM_OUTPUT_TOKEN_ATTR_KEYS, TOOL_NAME_ATTR_KEYS } from "./trace-attributes.js";
|
|
6
6
|
import { t as executionTrackByLane } from "./execution-tracks-CpgFPpS5.js";
|
|
7
|
-
import { t as analyzeSupervisorRunIntegrity } from "./integrity-
|
|
7
|
+
import { t as analyzeSupervisorRunIntegrity } from "./integrity-DH5ng72x.js";
|
|
8
8
|
import { randomUUID } from "node:crypto";
|
|
9
9
|
import { z } from "zod";
|
|
10
10
|
//#region src/feedback-trajectory-review.ts
|
|
@@ -2363,4 +2363,4 @@ function buildDefaultAnalystRegistry(options = {}) {
|
|
|
2363
2363
|
//#endregion
|
|
2364
2364
|
export { completedAnalystReviewQuality as _, KNOWLEDGE_POISONING_KIND_SPEC as a, validateAnalystReviewDecisions as b, FAILURE_MODE_KIND_SPEC as c, emitControlIntegrityFindings as d, behavioralAnalyst as f, assertUniqueFindingIds as g, analystRunDigest as h, DEFAULT_TRACE_ANALYST_KINDS as i, CONTROL_INTEGRITY_ANALYST as l, analystFindingDigest as m, AnalystRegistry as n, KNOWLEDGE_GAP_KIND_SPEC as o, deriveEfficiencyFindings as p, ExactAnalystRunExecutionError as r, IMPROVEMENT_KIND_SPEC as s, buildDefaultAnalystRegistry as t, ControlIntegrityAnalyst as u, readAnalystReview as v, snapshotAnalystRun as y };
|
|
2365
2365
|
|
|
2366
|
-
//# sourceMappingURL=default-registry-
|
|
2366
|
+
//# sourceMappingURL=default-registry-aL7xUrUz.js.map
|