agentv 4.22.0 → 4.24.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-S7S6K3XA.js → artifact-writer-7CKE5ILM.js} +4 -4
- package/dist/{chunk-GMMIWIBF.js → chunk-AYXP3MTM.js} +12 -11
- package/dist/chunk-AYXP3MTM.js.map +1 -0
- package/dist/{chunk-762UZSGR.js → chunk-D5HCHBPT.js} +8 -9
- package/dist/chunk-D5HCHBPT.js.map +1 -0
- package/dist/{chunk-4YZDPAGZ.js → chunk-HL3MTSIW.js} +81 -32
- package/dist/chunk-HL3MTSIW.js.map +1 -0
- package/dist/{chunk-CM2AVQAM.js → chunk-KTHVVL7Q.js} +7 -5
- package/dist/chunk-KTHVVL7Q.js.map +1 -0
- package/dist/{chunk-5QF7PKZ4.js → chunk-TRA6SVUM.js} +37 -28
- package/dist/chunk-TRA6SVUM.js.map +1 -0
- package/dist/cli.js +5 -5
- package/dist/{dist-6LNJDZAI.js → dist-IA3D556U.js} +5 -3
- package/dist/index.js +5 -5
- package/dist/{interactive-7LC5WFP3.js → interactive-YXXNDPKI.js} +5 -5
- package/dist/studio/assets/index-DY-K3PKr.css +1 -0
- package/dist/studio/assets/{index-SZVrc1UE.js → index-DZpM1lzZ.js} +25 -25
- package/dist/studio/assets/{index-BVSHI8Eo.js → index-jBBmFdWd.js} +1 -1
- package/dist/studio/index.html +2 -2
- package/dist/{ts-eval-loader-PA4YFM5D-2DKQQQOZ.js → ts-eval-loader-SYQYQPMC-FKU23VX3.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-4YZDPAGZ.js.map +0 -1
- package/dist/chunk-5QF7PKZ4.js.map +0 -1
- package/dist/chunk-762UZSGR.js.map +0 -1
- package/dist/chunk-CM2AVQAM.js.map +0 -1
- package/dist/chunk-GMMIWIBF.js.map +0 -1
- package/dist/studio/assets/index-DcpbFwI5.css +0 -1
- /package/dist/{artifact-writer-S7S6K3XA.js.map → artifact-writer-7CKE5ILM.js.map} +0 -0
- /package/dist/{dist-6LNJDZAI.js.map → dist-IA3D556U.js.map} +0 -0
- /package/dist/{interactive-7LC5WFP3.js.map → interactive-YXXNDPKI.js.map} +0 -0
- /package/dist/{ts-eval-loader-PA4YFM5D-2DKQQQOZ.js.map → ts-eval-loader-SYQYQPMC-FKU23VX3.js.map} +0 -0
|
@@ -13,11 +13,11 @@ import {
|
|
|
13
13
|
writeArtifacts,
|
|
14
14
|
writeArtifactsFromResults,
|
|
15
15
|
writePerTestArtifacts
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-KTHVVL7Q.js";
|
|
17
|
+
import "./chunk-D5HCHBPT.js";
|
|
18
18
|
import "./chunk-QOBQ5XYF.js";
|
|
19
19
|
import "./chunk-BPGJ4HBU.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-HL3MTSIW.js";
|
|
21
21
|
import "./chunk-ZKO2LGRR.js";
|
|
22
22
|
import "./chunk-NPVGBFF6.js";
|
|
23
23
|
import "./chunk-HQDCIXVH.js";
|
|
@@ -38,4 +38,4 @@ export {
|
|
|
38
38
|
writeArtifactsFromResults,
|
|
39
39
|
writePerTestArtifacts
|
|
40
40
|
};
|
|
41
|
-
//# sourceMappingURL=artifact-writer-
|
|
41
|
+
//# sourceMappingURL=artifact-writer-7CKE5ILM.js.map
|
|
@@ -44,7 +44,7 @@ import {
|
|
|
44
44
|
validateFileReferences,
|
|
45
45
|
validateTargetsFile,
|
|
46
46
|
validateWorkspacePaths
|
|
47
|
-
} from "./chunk-
|
|
47
|
+
} from "./chunk-TRA6SVUM.js";
|
|
48
48
|
import {
|
|
49
49
|
RESULT_INDEX_FILENAME,
|
|
50
50
|
aggregateRunDir,
|
|
@@ -52,7 +52,7 @@ import {
|
|
|
52
52
|
resolveRunManifestPath,
|
|
53
53
|
toSnakeCaseDeep as toSnakeCaseDeep2,
|
|
54
54
|
writeArtifactsFromResults
|
|
55
|
-
} from "./chunk-
|
|
55
|
+
} from "./chunk-KTHVVL7Q.js";
|
|
56
56
|
import {
|
|
57
57
|
DEFAULT_CATEGORY,
|
|
58
58
|
addBenchmark,
|
|
@@ -71,7 +71,7 @@ import {
|
|
|
71
71
|
toTranscriptJsonLines,
|
|
72
72
|
transpileEvalYamlFile,
|
|
73
73
|
trimBaselineResult
|
|
74
|
-
} from "./chunk-
|
|
74
|
+
} from "./chunk-D5HCHBPT.js";
|
|
75
75
|
import {
|
|
76
76
|
DEFAULT_THRESHOLD,
|
|
77
77
|
createBuiltinRegistry,
|
|
@@ -86,6 +86,7 @@ import {
|
|
|
86
86
|
normalizeLineEndings,
|
|
87
87
|
parseAgentSkillsEvals,
|
|
88
88
|
parseCopilotEvents,
|
|
89
|
+
parseYamlValue,
|
|
89
90
|
readTargetDefinitions,
|
|
90
91
|
runContainsAllAssertion,
|
|
91
92
|
runContainsAnyAssertion,
|
|
@@ -100,7 +101,7 @@ import {
|
|
|
100
101
|
runStartsWithAssertion,
|
|
101
102
|
toCamelCaseDeep,
|
|
102
103
|
toSnakeCaseDeep
|
|
103
|
-
} from "./chunk-
|
|
104
|
+
} from "./chunk-HL3MTSIW.js";
|
|
104
105
|
import {
|
|
105
106
|
__commonJS,
|
|
106
107
|
__require,
|
|
@@ -3995,7 +3996,7 @@ var evalRunCommand = command({
|
|
|
3995
3996
|
},
|
|
3996
3997
|
handler: async (args) => {
|
|
3997
3998
|
if (args.evalPaths.length === 0 && process.stdin.isTTY) {
|
|
3998
|
-
const { launchInteractiveWizard } = await import("./interactive-
|
|
3999
|
+
const { launchInteractiveWizard } = await import("./interactive-YXXNDPKI.js");
|
|
3999
4000
|
await launchInteractiveWizard();
|
|
4000
4001
|
return;
|
|
4001
4002
|
}
|
|
@@ -6434,7 +6435,7 @@ var evalInputCommand = command({
|
|
|
6434
6435
|
}
|
|
6435
6436
|
} catch {
|
|
6436
6437
|
}
|
|
6437
|
-
const suiteName = suite
|
|
6438
|
+
const suiteName = tests[0]?.suite?.trim() ?? "";
|
|
6438
6439
|
const safeSuiteName = suiteName ? suiteName.replace(/[\/\\:*?"<>|]/g, "_") : "";
|
|
6439
6440
|
const testIds = [];
|
|
6440
6441
|
for (const test of tests) {
|
|
@@ -6670,7 +6671,7 @@ var evalRunCommand2 = command({
|
|
|
6670
6671
|
}
|
|
6671
6672
|
} catch {
|
|
6672
6673
|
}
|
|
6673
|
-
const suiteName = suite
|
|
6674
|
+
const suiteName = tests[0]?.suite?.trim() ?? "";
|
|
6674
6675
|
const safeSuiteName = suiteName ? suiteName.replace(/[\/\\:*?"<>|]/g, "_") : "";
|
|
6675
6676
|
const testIds = [];
|
|
6676
6677
|
for (const test of tests) {
|
|
@@ -9653,7 +9654,7 @@ function normalizeTags(tags) {
|
|
|
9653
9654
|
// src/commands/results/studio-config.ts
|
|
9654
9655
|
import { existsSync as existsSync13, mkdirSync as mkdirSync3, readFileSync as readFileSync11, writeFileSync as writeFileSync5 } from "node:fs";
|
|
9655
9656
|
import path18 from "node:path";
|
|
9656
|
-
import {
|
|
9657
|
+
import { stringify as stringifyYaml2 } from "yaml";
|
|
9657
9658
|
var DEFAULTS = {
|
|
9658
9659
|
threshold: DEFAULT_THRESHOLD
|
|
9659
9660
|
};
|
|
@@ -9663,7 +9664,7 @@ function loadStudioConfig(agentvDir) {
|
|
|
9663
9664
|
return { ...DEFAULTS };
|
|
9664
9665
|
}
|
|
9665
9666
|
const raw = readFileSync11(configPath, "utf-8");
|
|
9666
|
-
const parsed =
|
|
9667
|
+
const parsed = parseYamlValue(raw);
|
|
9667
9668
|
if (!parsed || typeof parsed !== "object") {
|
|
9668
9669
|
return { ...DEFAULTS };
|
|
9669
9670
|
}
|
|
@@ -9691,7 +9692,7 @@ function saveStudioConfig(agentvDir, config) {
|
|
|
9691
9692
|
let existing = {};
|
|
9692
9693
|
if (existsSync13(configPath)) {
|
|
9693
9694
|
const raw = readFileSync11(configPath, "utf-8");
|
|
9694
|
-
const parsed =
|
|
9695
|
+
const parsed = parseYamlValue(raw);
|
|
9695
9696
|
if (parsed && typeof parsed === "object" && !Array.isArray(parsed)) {
|
|
9696
9697
|
existing = parsed;
|
|
9697
9698
|
}
|
|
@@ -11973,4 +11974,4 @@ export {
|
|
|
11973
11974
|
preprocessArgv,
|
|
11974
11975
|
runCli
|
|
11975
11976
|
};
|
|
11976
|
-
//# sourceMappingURL=chunk-
|
|
11977
|
+
//# sourceMappingURL=chunk-AYXP3MTM.js.map
|