agentv 2.18.2 → 2.18.3
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/README.md +9 -0
- package/dist/{chunk-ZCUOH72A.js → chunk-3WNB7XKU.js} +6 -6
- package/dist/chunk-3WNB7XKU.js.map +1 -0
- package/dist/{chunk-ID5SDIYE.js → chunk-BM77B57R.js} +2 -2
- package/dist/chunk-BM77B57R.js.map +1 -0
- package/dist/{chunk-PJBBVLLB.js → chunk-XKIJ4ATV.js} +5 -5
- package/dist/chunk-XKIJ4ATV.js.map +1 -0
- package/dist/cli.js +3 -3
- package/dist/{dist-CRELSNY6.js → dist-4VCI5NDA.js} +2 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-RJTBLMVF.js → interactive-NEHIYZ2F.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-ID5SDIYE.js.map +0 -1
- package/dist/chunk-PJBBVLLB.js.map +0 -1
- package/dist/chunk-ZCUOH72A.js.map +0 -1
- /package/dist/{dist-CRELSNY6.js.map → dist-4VCI5NDA.js.map} +0 -0
- /package/dist/{interactive-RJTBLMVF.js.map → interactive-NEHIYZ2F.js.map} +0 -0
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
validateEvalFile,
|
|
12
12
|
validateFileReferences,
|
|
13
13
|
validateTargetsFile
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-3WNB7XKU.js";
|
|
15
15
|
import {
|
|
16
16
|
assembleLlmJudgePrompt,
|
|
17
17
|
buildPromptInputs,
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
toCamelCaseDeep,
|
|
28
28
|
toSnakeCaseDeep as toSnakeCaseDeep2,
|
|
29
29
|
trimBaselineResult
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-BM77B57R.js";
|
|
31
31
|
import {
|
|
32
32
|
__commonJS,
|
|
33
33
|
__esm,
|
|
@@ -3938,7 +3938,7 @@ var evalRunCommand = command({
|
|
|
3938
3938
|
agentTimeout: option({
|
|
3939
3939
|
type: optional(number),
|
|
3940
3940
|
long: "agent-timeout",
|
|
3941
|
-
description: "
|
|
3941
|
+
description: "Optional top-level evaluation timeout in seconds. Unset by default."
|
|
3942
3942
|
}),
|
|
3943
3943
|
maxRetries: option({
|
|
3944
3944
|
type: optional(number),
|
|
@@ -4006,7 +4006,7 @@ var evalRunCommand = command({
|
|
|
4006
4006
|
},
|
|
4007
4007
|
handler: async (args) => {
|
|
4008
4008
|
if (args.evalPaths.length === 0 && process.stdin.isTTY) {
|
|
4009
|
-
const { launchInteractiveWizard } = await import("./interactive-
|
|
4009
|
+
const { launchInteractiveWizard } = await import("./interactive-NEHIYZ2F.js");
|
|
4010
4010
|
await launchInteractiveWizard();
|
|
4011
4011
|
return;
|
|
4012
4012
|
}
|
|
@@ -5885,4 +5885,4 @@ export {
|
|
|
5885
5885
|
preprocessArgv,
|
|
5886
5886
|
runCli
|
|
5887
5887
|
};
|
|
5888
|
-
//# sourceMappingURL=chunk-
|
|
5888
|
+
//# sourceMappingURL=chunk-XKIJ4ATV.js.map
|