agentv 3.14.4 → 3.14.6
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-3NLBBQX6.js → chunk-CQRWNXVG.js} +42 -20
- package/dist/chunk-CQRWNXVG.js.map +1 -0
- package/dist/{chunk-SAPEYQ5U.js → chunk-Y25VL7PX.js} +3 -3
- package/dist/chunk-Y25VL7PX.js.map +1 -0
- package/dist/cli.js +2 -2
- package/dist/index.js +2 -2
- package/dist/{interactive-PGZ55VHT.js → interactive-5ESM5DWV.js} +2 -2
- package/dist/templates/.env.example +0 -3
- package/package.json +1 -1
- package/dist/chunk-3NLBBQX6.js.map +0 -1
- package/dist/chunk-SAPEYQ5U.js.map +0 -1
- /package/dist/{interactive-PGZ55VHT.js.map → interactive-5ESM5DWV.js.map} +0 -0
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
// package.json
|
|
33
33
|
var package_default = {
|
|
34
34
|
name: "agentv",
|
|
35
|
-
version: "3.14.
|
|
35
|
+
version: "3.14.6",
|
|
36
36
|
description: "CLI entry point for AgentV",
|
|
37
37
|
type: "module",
|
|
38
38
|
repository: {
|
|
@@ -304,7 +304,7 @@ import path3 from "node:path";
|
|
|
304
304
|
var RESULT_INDEX_FILENAME = "index.jsonl";
|
|
305
305
|
var RESULT_RUNS_DIRNAME = "runs";
|
|
306
306
|
function createRunDirName(timestamp = /* @__PURE__ */ new Date()) {
|
|
307
|
-
return
|
|
307
|
+
return timestamp.toISOString().replace(/[:.]/g, "-");
|
|
308
308
|
}
|
|
309
309
|
function buildDefaultRunDir(cwd) {
|
|
310
310
|
return path3.join(cwd, ".agentv", "results", RESULT_RUNS_DIRNAME, createRunDirName());
|
|
@@ -4812,4 +4812,4 @@ export {
|
|
|
4812
4812
|
selectTarget,
|
|
4813
4813
|
runEvalCommand
|
|
4814
4814
|
};
|
|
4815
|
-
//# sourceMappingURL=chunk-
|
|
4815
|
+
//# sourceMappingURL=chunk-Y25VL7PX.js.map
|