agentv 4.18.0-next.1 → 4.19.0-next.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-WH3OE42V.js → artifact-writer-YATMDPWI.js} +6 -5
- package/dist/{chunk-MCBERRMC.js → chunk-L7WOR7IR.js} +22 -20
- package/dist/chunk-L7WOR7IR.js.map +1 -0
- package/dist/{chunk-HBDOJJFY.js → chunk-NL6P5MUH.js} +5 -3
- package/dist/{chunk-HBDOJJFY.js.map → chunk-NL6P5MUH.js.map} +1 -1
- package/dist/{chunk-RCOAXXHP.js → chunk-PTYQS37Y.js} +28906 -30884
- package/dist/chunk-PTYQS37Y.js.map +1 -0
- package/dist/chunk-R2QDYORI.js +2178 -0
- package/dist/chunk-R2QDYORI.js.map +1 -0
- package/dist/{chunk-VRPCMCLQ.js → chunk-YGNBTBXW.js} +80 -42
- package/dist/chunk-YGNBTBXW.js.map +1 -0
- package/dist/cli.js +7 -6
- package/dist/cli.js.map +1 -1
- package/dist/{dist-7W4OI3X2.js → dist-RTIUSC6L.js} +63 -59
- package/dist/index.js +7 -6
- package/dist/{interactive-J4QEU5FG.js → interactive-UZSFYMCF.js} +8 -7
- package/dist/{interactive-J4QEU5FG.js.map → interactive-UZSFYMCF.js.map} +1 -1
- package/dist/ts-eval-loader-XFQ6S4DT-S7P2UUBX.js +15 -0
- package/dist/ts-eval-loader-XFQ6S4DT-S7P2UUBX.js.map +1 -0
- package/package.json +1 -1
- package/dist/chunk-MCBERRMC.js.map +0 -1
- package/dist/chunk-RCOAXXHP.js.map +0 -1
- package/dist/chunk-VRPCMCLQ.js.map +0 -1
- /package/dist/{artifact-writer-WH3OE42V.js.map → artifact-writer-YATMDPWI.js.map} +0 -0
- /package/dist/{dist-7W4OI3X2.js.map → dist-RTIUSC6L.js.map} +0 -0
|
@@ -13,14 +13,15 @@ import {
|
|
|
13
13
|
writeArtifacts,
|
|
14
14
|
writeArtifactsFromResults,
|
|
15
15
|
writePerTestArtifacts
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-NL6P5MUH.js";
|
|
17
|
+
import "./chunk-R2QDYORI.js";
|
|
18
18
|
import "./chunk-QOBQ5XYF.js";
|
|
19
|
+
import "./chunk-BPGJ4HBU.js";
|
|
20
|
+
import "./chunk-PTYQS37Y.js";
|
|
21
|
+
import "./chunk-ZKO2LGRR.js";
|
|
19
22
|
import "./chunk-NPVGBFF6.js";
|
|
20
23
|
import "./chunk-HQDCIXVH.js";
|
|
21
24
|
import "./chunk-LRULMAAA.js";
|
|
22
|
-
import "./chunk-BPGJ4HBU.js";
|
|
23
|
-
import "./chunk-ZKO2LGRR.js";
|
|
24
25
|
import "./chunk-5H446C7X.js";
|
|
25
26
|
export {
|
|
26
27
|
aggregateRunDir,
|
|
@@ -37,4 +38,4 @@ export {
|
|
|
37
38
|
writeArtifactsFromResults,
|
|
38
39
|
writePerTestArtifacts
|
|
39
40
|
};
|
|
40
|
-
//# sourceMappingURL=artifact-writer-
|
|
41
|
+
//# sourceMappingURL=artifact-writer-YATMDPWI.js.map
|
|
@@ -39,7 +39,7 @@ import {
|
|
|
39
39
|
validateFileReferences,
|
|
40
40
|
validateTargetsFile,
|
|
41
41
|
validateWorkspacePaths
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-YGNBTBXW.js";
|
|
43
43
|
import {
|
|
44
44
|
RESULT_INDEX_FILENAME,
|
|
45
45
|
aggregateRunDir,
|
|
@@ -47,34 +47,40 @@ import {
|
|
|
47
47
|
resolveRunManifestPath,
|
|
48
48
|
toSnakeCaseDeep,
|
|
49
49
|
writeArtifactsFromResults
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-NL6P5MUH.js";
|
|
51
51
|
import {
|
|
52
52
|
DEFAULT_CATEGORY,
|
|
53
|
-
DEFAULT_THRESHOLD,
|
|
54
53
|
addBenchmark,
|
|
55
|
-
createBuiltinRegistry,
|
|
56
54
|
deriveCategory,
|
|
57
55
|
discoverBenchmarks,
|
|
58
56
|
discoverClaudeSessions,
|
|
59
57
|
discoverCodexSessions,
|
|
58
|
+
getBenchmark,
|
|
59
|
+
getOutputFilenames,
|
|
60
|
+
loadBenchmarkRegistry,
|
|
61
|
+
parseClaudeSession,
|
|
62
|
+
parseCodexSession,
|
|
63
|
+
readTranscriptFile,
|
|
64
|
+
removeBenchmark,
|
|
65
|
+
scanRepoDeps,
|
|
66
|
+
toTranscriptJsonLines,
|
|
67
|
+
transpileEvalYamlFile,
|
|
68
|
+
trimBaselineResult
|
|
69
|
+
} from "./chunk-R2QDYORI.js";
|
|
70
|
+
import {
|
|
71
|
+
DEFAULT_THRESHOLD,
|
|
72
|
+
createBuiltinRegistry,
|
|
60
73
|
discoverCopilotSessions,
|
|
61
74
|
executeScript,
|
|
62
75
|
getAgentvConfigDir,
|
|
63
|
-
getBenchmark,
|
|
64
|
-
getOutputFilenames,
|
|
65
76
|
getWorkspacePoolRoot,
|
|
66
77
|
isAgentSkillsFormat,
|
|
67
78
|
listTargetNames,
|
|
68
|
-
loadBenchmarkRegistry,
|
|
69
79
|
loadTestSuite,
|
|
70
80
|
normalizeLineEndings,
|
|
71
81
|
parseAgentSkillsEvals,
|
|
72
|
-
parseClaudeSession,
|
|
73
|
-
parseCodexSession,
|
|
74
82
|
parseCopilotEvents,
|
|
75
83
|
readTargetDefinitions,
|
|
76
|
-
readTranscriptFile,
|
|
77
|
-
removeBenchmark,
|
|
78
84
|
runContainsAllAssertion,
|
|
79
85
|
runContainsAnyAssertion,
|
|
80
86
|
runContainsAssertion,
|
|
@@ -86,13 +92,9 @@ import {
|
|
|
86
92
|
runIsJsonAssertion,
|
|
87
93
|
runRegexAssertion,
|
|
88
94
|
runStartsWithAssertion,
|
|
89
|
-
scanRepoDeps,
|
|
90
95
|
toCamelCaseDeep,
|
|
91
|
-
toSnakeCaseDeep as toSnakeCaseDeep2
|
|
92
|
-
|
|
93
|
-
transpileEvalYamlFile,
|
|
94
|
-
trimBaselineResult
|
|
95
|
-
} from "./chunk-RCOAXXHP.js";
|
|
96
|
+
toSnakeCaseDeep as toSnakeCaseDeep2
|
|
97
|
+
} from "./chunk-PTYQS37Y.js";
|
|
96
98
|
import {
|
|
97
99
|
__commonJS,
|
|
98
100
|
__require,
|
|
@@ -3786,7 +3788,7 @@ var evalRunCommand = command({
|
|
|
3786
3788
|
evalPaths: restPositionals({
|
|
3787
3789
|
type: string,
|
|
3788
3790
|
displayName: "eval-paths",
|
|
3789
|
-
description: "Path(s) or glob(s) to evaluation .yaml
|
|
3791
|
+
description: "Path(s) or glob(s) to evaluation files (.yaml, .eval.ts)"
|
|
3790
3792
|
}),
|
|
3791
3793
|
target: multioption({
|
|
3792
3794
|
type: array(string),
|
|
@@ -3979,7 +3981,7 @@ var evalRunCommand = command({
|
|
|
3979
3981
|
},
|
|
3980
3982
|
handler: async (args) => {
|
|
3981
3983
|
if (args.evalPaths.length === 0 && process.stdin.isTTY) {
|
|
3982
|
-
const { launchInteractiveWizard } = await import("./interactive-
|
|
3984
|
+
const { launchInteractiveWizard } = await import("./interactive-UZSFYMCF.js");
|
|
3983
3985
|
await launchInteractiveWizard();
|
|
3984
3986
|
return;
|
|
3985
3987
|
}
|
|
@@ -12001,4 +12003,4 @@ export {
|
|
|
12001
12003
|
preprocessArgv,
|
|
12002
12004
|
runCli
|
|
12003
12005
|
};
|
|
12004
|
-
//# sourceMappingURL=chunk-
|
|
12006
|
+
//# sourceMappingURL=chunk-L7WOR7IR.js.map
|