agentv 4.38.0-next.1 → 4.38.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/dist/{artifact-writer-RG43U2YF.js → artifact-writer-MK5X5MSO.js} +4 -4
- package/dist/{chunk-KL33753Q.js → chunk-3G4BK6Z5.js} +6 -6
- package/dist/{chunk-P23UT54D.js → chunk-DKUAETXE.js} +3 -3
- package/dist/{chunk-IUWDUONH.js → chunk-EKMMIULD.js} +8 -8
- package/dist/chunk-EKMMIULD.js.map +1 -0
- package/dist/{chunk-Q5IJMKPS.js → chunk-NLTIK3LV.js} +2 -2
- package/dist/{chunk-3KEVTQRM.js → chunk-VBHHZQS6.js} +43 -77
- package/dist/{chunk-3KEVTQRM.js.map → chunk-VBHHZQS6.js.map} +1 -1
- package/dist/cli.js +5 -5
- package/dist/{dist-4AASUCNE.js → dist-HVLBDG5F.js} +3 -3
- package/dist/index.js +5 -5
- package/dist/{interactive-PADK5XH2.js → interactive-QFAAM4SI.js} +5 -5
- package/dist/{ts-eval-loader-XXZBXY7L-RLXQGTHS.js → ts-eval-loader-TJT6BGFF-DI7XNSO4.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-IUWDUONH.js.map +0 -1
- /package/dist/{artifact-writer-RG43U2YF.js.map → artifact-writer-MK5X5MSO.js.map} +0 -0
- /package/dist/{chunk-KL33753Q.js.map → chunk-3G4BK6Z5.js.map} +0 -0
- /package/dist/{chunk-P23UT54D.js.map → chunk-DKUAETXE.js.map} +0 -0
- /package/dist/{chunk-Q5IJMKPS.js.map → chunk-NLTIK3LV.js.map} +0 -0
- /package/dist/{dist-4AASUCNE.js.map → dist-HVLBDG5F.js.map} +0 -0
- /package/dist/{interactive-PADK5XH2.js.map → interactive-QFAAM4SI.js.map} +0 -0
- /package/dist/{ts-eval-loader-XXZBXY7L-RLXQGTHS.js.map → ts-eval-loader-TJT6BGFF-DI7XNSO4.js.map} +0 -0
|
@@ -14,11 +14,11 @@ import {
|
|
|
14
14
|
writeArtifactsFromResults,
|
|
15
15
|
writeInitialBenchmarkArtifact,
|
|
16
16
|
writePerTestArtifacts
|
|
17
|
-
} from "./chunk-
|
|
18
|
-
import "./chunk-
|
|
17
|
+
} from "./chunk-DKUAETXE.js";
|
|
18
|
+
import "./chunk-NLTIK3LV.js";
|
|
19
19
|
import "./chunk-QOBQ5XYF.js";
|
|
20
20
|
import "./chunk-BPGJ4HBU.js";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-VBHHZQS6.js";
|
|
22
22
|
import "./chunk-NPVGBFF6.js";
|
|
23
23
|
import "./chunk-M7BUKBAF.js";
|
|
24
24
|
import "./chunk-5H446C7X.js";
|
|
@@ -38,4 +38,4 @@ export {
|
|
|
38
38
|
writeInitialBenchmarkArtifact,
|
|
39
39
|
writePerTestArtifacts
|
|
40
40
|
};
|
|
41
|
-
//# sourceMappingURL=artifact-writer-
|
|
41
|
+
//# sourceMappingURL=artifact-writer-MK5X5MSO.js.map
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
validateTargetsFile,
|
|
54
54
|
validateWorkspacePaths,
|
|
55
55
|
writeRunTags
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-EKMMIULD.js";
|
|
57
57
|
import {
|
|
58
58
|
RESULT_INDEX_FILENAME,
|
|
59
59
|
aggregateRunDir,
|
|
@@ -65,7 +65,7 @@ import {
|
|
|
65
65
|
resolveRunManifestPath,
|
|
66
66
|
toSnakeCaseDeep as toSnakeCaseDeep2,
|
|
67
67
|
writeArtifactsFromResults
|
|
68
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-DKUAETXE.js";
|
|
69
69
|
import {
|
|
70
70
|
DEFAULT_CATEGORY,
|
|
71
71
|
deriveCategory,
|
|
@@ -81,7 +81,7 @@ import {
|
|
|
81
81
|
toTranscriptJsonLines,
|
|
82
82
|
transpileEvalYamlFile,
|
|
83
83
|
trimBaselineResult
|
|
84
|
-
} from "./chunk-
|
|
84
|
+
} from "./chunk-NLTIK3LV.js";
|
|
85
85
|
import {
|
|
86
86
|
DEFAULT_THRESHOLD,
|
|
87
87
|
addProject,
|
|
@@ -117,7 +117,7 @@ import {
|
|
|
117
117
|
toCamelCaseDeep,
|
|
118
118
|
toSnakeCaseDeep,
|
|
119
119
|
touchProject
|
|
120
|
-
} from "./chunk-
|
|
120
|
+
} from "./chunk-VBHHZQS6.js";
|
|
121
121
|
import {
|
|
122
122
|
__commonJS,
|
|
123
123
|
__require,
|
|
@@ -4605,7 +4605,7 @@ var evalRunCommand = command({
|
|
|
4605
4605
|
},
|
|
4606
4606
|
handler: async (args) => {
|
|
4607
4607
|
if (args.evalPaths.length === 0 && process.stdin.isTTY) {
|
|
4608
|
-
const { launchInteractiveWizard } = await import("./interactive-
|
|
4608
|
+
const { launchInteractiveWizard } = await import("./interactive-QFAAM4SI.js");
|
|
4609
4609
|
await launchInteractiveWizard();
|
|
4610
4610
|
return;
|
|
4611
4611
|
}
|
|
@@ -15493,4 +15493,4 @@ export {
|
|
|
15493
15493
|
preprocessArgv,
|
|
15494
15494
|
runCli
|
|
15495
15495
|
};
|
|
15496
|
-
//# sourceMappingURL=chunk-
|
|
15496
|
+
//# sourceMappingURL=chunk-3G4BK6Z5.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
|
|
2
2
|
import {
|
|
3
3
|
traceToTranscriptJsonLines
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-NLTIK3LV.js";
|
|
5
5
|
import {
|
|
6
6
|
DEFAULT_THRESHOLD,
|
|
7
7
|
buildTraceEnvelopeFromEvaluationResult,
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
extractLastAssistantContent,
|
|
10
10
|
parseYamlValue,
|
|
11
11
|
toTraceEnvelopeWire
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-VBHHZQS6.js";
|
|
13
13
|
|
|
14
14
|
// src/commands/eval/artifact-writer.ts
|
|
15
15
|
import { mkdir as mkdir2, readFile as readFile2, writeFile as writeFile2 } from "node:fs/promises";
|
|
@@ -1359,4 +1359,4 @@ export {
|
|
|
1359
1359
|
writePerTestArtifacts,
|
|
1360
1360
|
writeArtifactsFromResults
|
|
1361
1361
|
};
|
|
1362
|
-
//# sourceMappingURL=chunk-
|
|
1362
|
+
//# sourceMappingURL=chunk-DKUAETXE.js.map
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
toSnakeCaseDeep as toSnakeCaseDeep2,
|
|
17
17
|
writeArtifactsFromResults,
|
|
18
18
|
writeInitialBenchmarkArtifact
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-DKUAETXE.js";
|
|
20
20
|
import {
|
|
21
21
|
RunBudgetTracker,
|
|
22
22
|
buildWipBranchName,
|
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
setupWipWorktree,
|
|
35
35
|
syncResultsRepoForProject,
|
|
36
36
|
traceFromTranscriptJsonLines
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-NLTIK3LV.js";
|
|
38
38
|
import {
|
|
39
39
|
CLI_PLACEHOLDERS,
|
|
40
40
|
COMMON_TARGET_SETTINGS,
|
|
@@ -74,7 +74,7 @@ import {
|
|
|
74
74
|
subscribeToPiLogEntries,
|
|
75
75
|
toCamelCaseDeep,
|
|
76
76
|
toSnakeCaseDeep
|
|
77
|
-
} from "./chunk-
|
|
77
|
+
} from "./chunk-VBHHZQS6.js";
|
|
78
78
|
|
|
79
79
|
// src/commands/eval/shared.ts
|
|
80
80
|
import { constants } from "node:fs";
|
|
@@ -190,7 +190,7 @@ async function findRepoRoot(start) {
|
|
|
190
190
|
// package.json
|
|
191
191
|
var package_default = {
|
|
192
192
|
name: "agentv",
|
|
193
|
-
version: "4.38.0
|
|
193
|
+
version: "4.38.0",
|
|
194
194
|
description: "CLI entry point for AgentV",
|
|
195
195
|
type: "module",
|
|
196
196
|
repository: {
|
|
@@ -5561,7 +5561,7 @@ async function runEvalCommand(input) {
|
|
|
5561
5561
|
const useFileExport = !!options.otelFile;
|
|
5562
5562
|
if (options.exportOtel || useFileExport) {
|
|
5563
5563
|
try {
|
|
5564
|
-
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-
|
|
5564
|
+
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-HVLBDG5F.js");
|
|
5565
5565
|
let endpoint = process.env.OTEL_EXPORTER_OTLP_ENDPOINT;
|
|
5566
5566
|
let headers = {};
|
|
5567
5567
|
if (options.otelBackend) {
|
|
@@ -5757,7 +5757,7 @@ async function runEvalCommand(input) {
|
|
|
5757
5757
|
const activeTestFiles = resolvedTestFiles.filter((f) => fileMetadata.has(f));
|
|
5758
5758
|
let transcriptProviderFactory;
|
|
5759
5759
|
if (options.transcript) {
|
|
5760
|
-
const { TranscriptProvider } = await import("./dist-
|
|
5760
|
+
const { TranscriptProvider } = await import("./dist-HVLBDG5F.js");
|
|
5761
5761
|
const transcriptProvider = await TranscriptProvider.fromFile(options.transcript);
|
|
5762
5762
|
const totalTests = [...fileMetadata.values()].reduce(
|
|
5763
5763
|
(sum, meta) => sum + meta.testCases.length,
|
|
@@ -5973,7 +5973,7 @@ async function runEvalCommand(input) {
|
|
|
5973
5973
|
);
|
|
5974
5974
|
const taskBundleTargets = buildTaskBundleTargetSelections(activeTestFiles, fileMetadata);
|
|
5975
5975
|
if (isResumeAppend) {
|
|
5976
|
-
const { writePerTestArtifacts } = await import("./artifact-writer-
|
|
5976
|
+
const { writePerTestArtifacts } = await import("./artifact-writer-MK5X5MSO.js");
|
|
5977
5977
|
await writePerTestArtifacts(allResults, runDir, {
|
|
5978
5978
|
experiment: normalizeExperimentName(options.experiment),
|
|
5979
5979
|
cwd,
|
|
@@ -6208,4 +6208,4 @@ export {
|
|
|
6208
6208
|
getCategories,
|
|
6209
6209
|
filterByCategory
|
|
6210
6210
|
};
|
|
6211
|
-
//# sourceMappingURL=chunk-
|
|
6211
|
+
//# sourceMappingURL=chunk-EKMMIULD.js.map
|