agentv 4.1.0 → 4.1.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-4Z326WWF.js → chunk-QCKPJPYC.js} +2 -2
- package/dist/{chunk-4Z326WWF.js.map → chunk-QCKPJPYC.js.map} +1 -1
- package/dist/{chunk-2W5JKKXC.js → chunk-TDY2FQN5.js} +6 -4
- package/dist/chunk-TDY2FQN5.js.map +1 -0
- package/dist/cli.js +2 -2
- package/dist/index.js +2 -2
- package/dist/{interactive-7ZYS6IOC.js → interactive-ASB4FU3J.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-2W5JKKXC.js.map +0 -1
- /package/dist/{interactive-7ZYS6IOC.js.map → interactive-ASB4FU3J.js.map} +0 -0
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
validateFileReferences,
|
|
25
25
|
validateTargetsFile,
|
|
26
26
|
writeArtifactsFromResults
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-QCKPJPYC.js";
|
|
28
28
|
import {
|
|
29
29
|
DEFAULT_CATEGORY,
|
|
30
30
|
createBuiltinRegistry,
|
|
@@ -4217,7 +4217,7 @@ var evalRunCommand = command({
|
|
|
4217
4217
|
},
|
|
4218
4218
|
handler: async (args) => {
|
|
4219
4219
|
if (args.evalPaths.length === 0 && process.stdin.isTTY) {
|
|
4220
|
-
const { launchInteractiveWizard } = await import("./interactive-
|
|
4220
|
+
const { launchInteractiveWizard } = await import("./interactive-ASB4FU3J.js");
|
|
4221
4221
|
await launchInteractiveWizard();
|
|
4222
4222
|
return;
|
|
4223
4223
|
}
|
|
@@ -5151,7 +5151,9 @@ var evalRunCommand2 = command({
|
|
|
5151
5151
|
if (graderType !== "code") {
|
|
5152
5152
|
console.log(`
|
|
5153
5153
|
Done. Results in ${outDir}`);
|
|
5154
|
-
console.log(
|
|
5154
|
+
console.log(
|
|
5155
|
+
"To run code graders: agentv pipeline grade <run-dir> (or re-run with --grader-type code)"
|
|
5156
|
+
);
|
|
5155
5157
|
return;
|
|
5156
5158
|
}
|
|
5157
5159
|
let totalGraders = 0;
|
|
@@ -8357,4 +8359,4 @@ export {
|
|
|
8357
8359
|
preprocessArgv,
|
|
8358
8360
|
runCli
|
|
8359
8361
|
};
|
|
8360
|
-
//# sourceMappingURL=chunk-
|
|
8362
|
+
//# sourceMappingURL=chunk-TDY2FQN5.js.map
|