agentv 4.13.0-next.1 → 4.14.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/{chunk-CPT3NTF5.js → chunk-CRCGNYS7.js} +5 -5
- package/dist/chunk-CRCGNYS7.js.map +1 -0
- package/dist/{chunk-72AVLOSN.js → chunk-HP3ZUKYB.js} +846 -509
- package/dist/chunk-HP3ZUKYB.js.map +1 -0
- package/dist/{chunk-IWL2HQN4.js → chunk-YFQMID6V.js} +11 -26
- package/dist/chunk-YFQMID6V.js.map +1 -0
- package/dist/cli.js +3 -3
- package/dist/{dist-SG5AIKQK.js → dist-Y3NRIBUT.js} +2 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-6JMASUMS.js → interactive-SH4UJMIB.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-72AVLOSN.js.map +0 -1
- package/dist/chunk-CPT3NTF5.js.map +0 -1
- package/dist/chunk-IWL2HQN4.js.map +0 -1
- /package/dist/{dist-SG5AIKQK.js.map → dist-Y3NRIBUT.js.map} +0 -0
- /package/dist/{interactive-6JMASUMS.js.map → interactive-SH4UJMIB.js.map} +0 -0
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
validateFileReferences,
|
|
43
43
|
validateTargetsFile,
|
|
44
44
|
writeArtifactsFromResults
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-YFQMID6V.js";
|
|
46
46
|
import {
|
|
47
47
|
DEFAULT_CATEGORY,
|
|
48
48
|
DEFAULT_THRESHOLD,
|
|
@@ -76,7 +76,7 @@ import {
|
|
|
76
76
|
toTranscriptJsonLine,
|
|
77
77
|
transpileEvalYamlFile,
|
|
78
78
|
trimBaselineResult
|
|
79
|
-
} from "./chunk-
|
|
79
|
+
} from "./chunk-HP3ZUKYB.js";
|
|
80
80
|
import {
|
|
81
81
|
__commonJS,
|
|
82
82
|
__require,
|
|
@@ -3751,7 +3751,7 @@ var evalRunCommand = command({
|
|
|
3751
3751
|
workers: option({
|
|
3752
3752
|
type: optional(number),
|
|
3753
3753
|
long: "workers",
|
|
3754
|
-
description: "Number of parallel
|
|
3754
|
+
description: "Number of parallel test cases within each eval file (default: 3, max: 50). Eval files always run sequentially. Can also be set per-target in targets.yaml"
|
|
3755
3755
|
}),
|
|
3756
3756
|
out: option({
|
|
3757
3757
|
type: optional(string),
|
|
@@ -3912,7 +3912,7 @@ var evalRunCommand = command({
|
|
|
3912
3912
|
},
|
|
3913
3913
|
handler: async (args) => {
|
|
3914
3914
|
if (args.evalPaths.length === 0 && process.stdin.isTTY) {
|
|
3915
|
-
const { launchInteractiveWizard } = await import("./interactive-
|
|
3915
|
+
const { launchInteractiveWizard } = await import("./interactive-SH4UJMIB.js");
|
|
3916
3916
|
await launchInteractiveWizard();
|
|
3917
3917
|
return;
|
|
3918
3918
|
}
|
|
@@ -10049,4 +10049,4 @@ export {
|
|
|
10049
10049
|
preprocessArgv,
|
|
10050
10050
|
runCli
|
|
10051
10051
|
};
|
|
10052
|
-
//# sourceMappingURL=chunk-
|
|
10052
|
+
//# sourceMappingURL=chunk-CRCGNYS7.js.map
|