agentv 4.39.0-next.1 → 4.40.1
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/dist/{artifact-writer-VPRAQSQM.js → artifact-writer-GIAIMGPQ.js} +4 -4
- package/dist/{chunk-5JWECTVJ.js → chunk-A36XLUI5.js} +8 -8
- package/dist/chunk-A36XLUI5.js.map +1 -0
- package/dist/{chunk-4NAWRNBL.js → chunk-B7CT3J2W.js} +6 -6
- package/dist/{chunk-DR2ZHSBE.js → chunk-BLXYBUU4.js} +6 -9
- package/dist/chunk-BLXYBUU4.js.map +1 -0
- package/dist/{chunk-RLMXZDDC.js → chunk-I3SC4FOT.js} +2 -2
- package/dist/{chunk-5VQPWWUI.js → chunk-TWQP7JYQ.js} +2 -2
- package/dist/cli.js +5 -5
- package/dist/{dist-QAMAJMAH.js → dist-6Z4OSITR.js} +3 -3
- package/dist/index.js +5 -5
- package/dist/{interactive-V2GW7A25.js → interactive-Q575M3A7.js} +5 -5
- package/dist/skills/agentv-eval-writer/SKILL.md +46 -26
- package/dist/skills/agentv-eval-writer/references/custom-evaluators.md +2 -4
- package/dist/{ts-eval-loader-MQFJ5AEM-6V7TAKWK.js → ts-eval-loader-NWH3B4HG-UXXCZKLP.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-5JWECTVJ.js.map +0 -1
- package/dist/chunk-DR2ZHSBE.js.map +0 -1
- /package/dist/{artifact-writer-VPRAQSQM.js.map → artifact-writer-GIAIMGPQ.js.map} +0 -0
- /package/dist/{chunk-4NAWRNBL.js.map → chunk-B7CT3J2W.js.map} +0 -0
- /package/dist/{chunk-RLMXZDDC.js.map → chunk-I3SC4FOT.js.map} +0 -0
- /package/dist/{chunk-5VQPWWUI.js.map → chunk-TWQP7JYQ.js.map} +0 -0
- /package/dist/{dist-QAMAJMAH.js.map → dist-6Z4OSITR.js.map} +0 -0
- /package/dist/{interactive-V2GW7A25.js.map → interactive-Q575M3A7.js.map} +0 -0
- /package/dist/{ts-eval-loader-MQFJ5AEM-6V7TAKWK.js.map → ts-eval-loader-NWH3B4HG-UXXCZKLP.js.map} +0 -0
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
buildResultIndexArtifact,
|
|
5
5
|
writeArtifactsFromResults,
|
|
6
6
|
writePerTestArtifacts
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-TWQP7JYQ.js";
|
|
8
|
+
import "./chunk-I3SC4FOT.js";
|
|
9
9
|
import "./chunk-76FOHROU.js";
|
|
10
10
|
import "./chunk-BPGJ4HBU.js";
|
|
11
11
|
import {
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
parseJsonlResults,
|
|
21
21
|
writeArtifacts,
|
|
22
22
|
writeInitialBenchmarkArtifact
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-BLXYBUU4.js";
|
|
24
24
|
import "./chunk-NPVGBFF6.js";
|
|
25
25
|
import "./chunk-M7BUKBAF.js";
|
|
26
26
|
import "./chunk-5H446C7X.js";
|
|
@@ -41,4 +41,4 @@ export {
|
|
|
41
41
|
writeInitialBenchmarkArtifact,
|
|
42
42
|
writePerTestArtifacts
|
|
43
43
|
};
|
|
44
|
-
//# sourceMappingURL=artifact-writer-
|
|
44
|
+
//# sourceMappingURL=artifact-writer-GIAIMGPQ.js.map
|
|
@@ -2,7 +2,7 @@ import { createRequire } from 'node:module'; const require = createRequire(impor
|
|
|
2
2
|
import {
|
|
3
3
|
toSnakeCaseDeep as toSnakeCaseDeep2,
|
|
4
4
|
writeArtifactsFromResults
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-TWQP7JYQ.js";
|
|
6
6
|
import {
|
|
7
7
|
RunBudgetTracker,
|
|
8
8
|
buildWipBranchName,
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
resolveResultsRepoRunsDir,
|
|
20
20
|
setupWipWorktree,
|
|
21
21
|
syncResultsRepoForProject
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-I3SC4FOT.js";
|
|
23
23
|
import {
|
|
24
24
|
CLI_PLACEHOLDERS,
|
|
25
25
|
COMMON_TARGET_SETTINGS,
|
|
@@ -67,7 +67,7 @@ import {
|
|
|
67
67
|
toSnakeCaseDeep,
|
|
68
68
|
traceFromTranscriptJsonLines,
|
|
69
69
|
writeInitialBenchmarkArtifact
|
|
70
|
-
} from "./chunk-
|
|
70
|
+
} from "./chunk-BLXYBUU4.js";
|
|
71
71
|
|
|
72
72
|
// src/commands/eval/shared.ts
|
|
73
73
|
import { constants } from "node:fs";
|
|
@@ -183,7 +183,7 @@ async function findRepoRoot(start) {
|
|
|
183
183
|
// package.json
|
|
184
184
|
var package_default = {
|
|
185
185
|
name: "agentv",
|
|
186
|
-
version: "4.
|
|
186
|
+
version: "4.40.1",
|
|
187
187
|
description: "CLI entry point for AgentV",
|
|
188
188
|
type: "module",
|
|
189
189
|
repository: {
|
|
@@ -5775,7 +5775,7 @@ async function runEvalCommand(input) {
|
|
|
5775
5775
|
const useFileExport = !!options.otelFile;
|
|
5776
5776
|
if (options.exportOtel || useFileExport) {
|
|
5777
5777
|
try {
|
|
5778
|
-
const { OtelTraceExporter } = await import("./dist-
|
|
5778
|
+
const { OtelTraceExporter } = await import("./dist-6Z4OSITR.js");
|
|
5779
5779
|
let endpoint = process.env.OTEL_EXPORTER_OTLP_ENDPOINT;
|
|
5780
5780
|
let headers = {};
|
|
5781
5781
|
let resourceAttributes = {};
|
|
@@ -5980,7 +5980,7 @@ async function runEvalCommand(input) {
|
|
|
5980
5980
|
const activeTestFiles = resolvedTestFiles.filter((f) => fileMetadata.has(f));
|
|
5981
5981
|
let transcriptProviderFactory;
|
|
5982
5982
|
if (options.transcript) {
|
|
5983
|
-
const { TranscriptProvider } = await import("./dist-
|
|
5983
|
+
const { TranscriptProvider } = await import("./dist-6Z4OSITR.js");
|
|
5984
5984
|
const transcriptProvider = await TranscriptProvider.fromFile(options.transcript);
|
|
5985
5985
|
const totalTests = [...fileMetadata.values()].reduce(
|
|
5986
5986
|
(sum, meta) => sum + meta.testCases.length,
|
|
@@ -6204,7 +6204,7 @@ ${formatRequiredVersionFailureNote(requiredVersionCheck)}`);
|
|
|
6204
6204
|
);
|
|
6205
6205
|
const taskBundleTargets = buildTaskBundleTargetSelections(activeTestFiles, fileMetadata);
|
|
6206
6206
|
if (isResumeAppend) {
|
|
6207
|
-
const { writePerTestArtifacts } = await import("./artifact-writer-
|
|
6207
|
+
const { writePerTestArtifacts } = await import("./artifact-writer-GIAIMGPQ.js");
|
|
6208
6208
|
await writePerTestArtifacts(allResults, runDir, {
|
|
6209
6209
|
experiment: normalizeExperimentName(options.experiment),
|
|
6210
6210
|
cwd,
|
|
@@ -6439,4 +6439,4 @@ export {
|
|
|
6439
6439
|
getCategories,
|
|
6440
6440
|
filterByCategory
|
|
6441
6441
|
};
|
|
6442
|
-
//# sourceMappingURL=chunk-
|
|
6442
|
+
//# sourceMappingURL=chunk-A36XLUI5.js.map
|