agentv 4.24.0 → 4.24.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-7CKE5ILM.js → artifact-writer-SHHWQAXG.js} +4 -4
- package/dist/{chunk-D5HCHBPT.js → chunk-5CC472UM.js} +3 -5
- package/dist/{chunk-D5HCHBPT.js.map → chunk-5CC472UM.js.map} +1 -1
- package/dist/{chunk-EFA3SBAY.js → chunk-B4Y5U75M.js} +47 -17
- package/dist/chunk-B4Y5U75M.js.map +1 -0
- package/dist/{chunk-KTHVVL7Q.js → chunk-OQKETJT6.js} +3 -3
- package/dist/{chunk-NM4NQSUT.js → chunk-VQIZ5FIV.js} +6 -6
- package/dist/{chunk-HL3MTSIW.js → chunk-XGWXNNH6.js} +7 -7
- package/dist/{chunk-HL3MTSIW.js.map → chunk-XGWXNNH6.js.map} +1 -1
- package/dist/cli.js +5 -5
- package/dist/{dist-IA3D556U.js → dist-AWHCD22R.js} +3 -3
- package/dist/index.js +5 -5
- package/dist/{interactive-4NRIFB5R.js → interactive-KPCZ6YIR.js} +5 -5
- package/dist/studio/assets/{index-jBBmFdWd.js → index-8Vc4sq0b.js} +1 -1
- package/dist/studio/assets/index-C25w7gi1.js +116 -0
- package/dist/studio/index.html +1 -1
- package/dist/{ts-eval-loader-SYQYQPMC-FKU23VX3.js → ts-eval-loader-F7Y5QBKH-RTDAVGXO.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-EFA3SBAY.js.map +0 -1
- package/dist/studio/assets/index-DZpM1lzZ.js +0 -116
- /package/dist/{artifact-writer-7CKE5ILM.js.map → artifact-writer-SHHWQAXG.js.map} +0 -0
- /package/dist/{chunk-KTHVVL7Q.js.map → chunk-OQKETJT6.js.map} +0 -0
- /package/dist/{chunk-NM4NQSUT.js.map → chunk-VQIZ5FIV.js.map} +0 -0
- /package/dist/{dist-IA3D556U.js.map → dist-AWHCD22R.js.map} +0 -0
- /package/dist/{interactive-4NRIFB5R.js.map → interactive-KPCZ6YIR.js.map} +0 -0
- /package/dist/{ts-eval-loader-SYQYQPMC-FKU23VX3.js.map → ts-eval-loader-F7Y5QBKH-RTDAVGXO.js.map} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
|
|
2
2
|
import {
|
|
3
3
|
toTranscriptJsonLines
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-5CC472UM.js";
|
|
5
5
|
import {
|
|
6
6
|
DEFAULT_THRESHOLD
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-XGWXNNH6.js";
|
|
8
8
|
|
|
9
9
|
// src/commands/eval/artifact-writer.ts
|
|
10
10
|
import { mkdir, readFile, writeFile } from "node:fs/promises";
|
|
@@ -690,4 +690,4 @@ export {
|
|
|
690
690
|
writePerTestArtifacts,
|
|
691
691
|
writeArtifactsFromResults
|
|
692
692
|
};
|
|
693
|
-
//# sourceMappingURL=chunk-
|
|
693
|
+
//# sourceMappingURL=chunk-OQKETJT6.js.map
|
|
@@ -44,7 +44,7 @@ import {
|
|
|
44
44
|
validateFileReferences,
|
|
45
45
|
validateTargetsFile,
|
|
46
46
|
validateWorkspacePaths
|
|
47
|
-
} from "./chunk-
|
|
47
|
+
} from "./chunk-B4Y5U75M.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-OQKETJT6.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-5CC472UM.js";
|
|
75
75
|
import {
|
|
76
76
|
DEFAULT_THRESHOLD,
|
|
77
77
|
createBuiltinRegistry,
|
|
@@ -101,7 +101,7 @@ import {
|
|
|
101
101
|
runStartsWithAssertion,
|
|
102
102
|
toCamelCaseDeep,
|
|
103
103
|
toSnakeCaseDeep
|
|
104
|
-
} from "./chunk-
|
|
104
|
+
} from "./chunk-XGWXNNH6.js";
|
|
105
105
|
import {
|
|
106
106
|
__commonJS,
|
|
107
107
|
__require,
|
|
@@ -3996,7 +3996,7 @@ var evalRunCommand = command({
|
|
|
3996
3996
|
},
|
|
3997
3997
|
handler: async (args) => {
|
|
3998
3998
|
if (args.evalPaths.length === 0 && process.stdin.isTTY) {
|
|
3999
|
-
const { launchInteractiveWizard } = await import("./interactive-
|
|
3999
|
+
const { launchInteractiveWizard } = await import("./interactive-KPCZ6YIR.js");
|
|
4000
4000
|
await launchInteractiveWizard();
|
|
4001
4001
|
return;
|
|
4002
4002
|
}
|
|
@@ -11974,4 +11974,4 @@ export {
|
|
|
11974
11974
|
preprocessArgv,
|
|
11975
11975
|
runCli
|
|
11976
11976
|
};
|
|
11977
|
-
//# sourceMappingURL=chunk-
|
|
11977
|
+
//# sourceMappingURL=chunk-VQIZ5FIV.js.map
|
|
@@ -8286,7 +8286,7 @@ var _a20;
|
|
|
8286
8286
|
_a20 = symbol20;
|
|
8287
8287
|
var defaultDownload2 = createDownload();
|
|
8288
8288
|
|
|
8289
|
-
// ../../packages/core/dist/chunk-
|
|
8289
|
+
// ../../packages/core/dist/chunk-SJ5SN7RJ.js
|
|
8290
8290
|
import path46 from "node:path";
|
|
8291
8291
|
import { pathToFileURL as pathToFileURL2 } from "node:url";
|
|
8292
8292
|
import { existsSync as existsSync6 } from "node:fs";
|
|
@@ -12976,7 +12976,7 @@ var openrouter = createOpenRouter({
|
|
|
12976
12976
|
// strict for OpenRouter API
|
|
12977
12977
|
});
|
|
12978
12978
|
|
|
12979
|
-
// ../../packages/core/dist/chunk-
|
|
12979
|
+
// ../../packages/core/dist/chunk-SJ5SN7RJ.js
|
|
12980
12980
|
import { spawn } from "node:child_process";
|
|
12981
12981
|
import { randomUUID } from "node:crypto";
|
|
12982
12982
|
import { createWriteStream } from "node:fs";
|
|
@@ -14480,7 +14480,7 @@ var RequestError = class _RequestError extends Error {
|
|
|
14480
14480
|
}
|
|
14481
14481
|
};
|
|
14482
14482
|
|
|
14483
|
-
// ../../packages/core/dist/chunk-
|
|
14483
|
+
// ../../packages/core/dist/chunk-SJ5SN7RJ.js
|
|
14484
14484
|
import { exec as execCallback } from "node:child_process";
|
|
14485
14485
|
import { readdirSync, statSync } from "node:fs";
|
|
14486
14486
|
import { readFile as readFile22, readdir as readdir2, stat as stat2 } from "node:fs/promises";
|
|
@@ -29410,7 +29410,7 @@ function parseInlineRubrics(rawRubrics) {
|
|
|
29410
29410
|
return void 0;
|
|
29411
29411
|
}
|
|
29412
29412
|
return {
|
|
29413
|
-
name: "
|
|
29413
|
+
name: "rubrics",
|
|
29414
29414
|
type: "llm-grader",
|
|
29415
29415
|
rubrics: rubricItems
|
|
29416
29416
|
};
|
|
@@ -30268,7 +30268,7 @@ async function loadTestSuite(evalFilePath, repoRoot, options) {
|
|
|
30268
30268
|
return { tests: await loadTestsFromAgentSkills(evalFilePath) };
|
|
30269
30269
|
}
|
|
30270
30270
|
if (format === "typescript") {
|
|
30271
|
-
const { loadTsEvalSuite: loadTsEvalSuite2 } = await import("./ts-eval-loader-
|
|
30271
|
+
const { loadTsEvalSuite: loadTsEvalSuite2 } = await import("./ts-eval-loader-F7Y5QBKH-RTDAVGXO.js");
|
|
30272
30272
|
return loadTsEvalSuite2(evalFilePath, resolveToAbsolutePath(repoRoot), options);
|
|
30273
30273
|
}
|
|
30274
30274
|
const { tests, parsed, suiteWorkspacePath } = await loadTestsFromYaml(
|
|
@@ -30303,7 +30303,7 @@ async function loadTests(evalFilePath, repoRoot, options) {
|
|
|
30303
30303
|
return loadTestsFromAgentSkills(evalFilePath);
|
|
30304
30304
|
}
|
|
30305
30305
|
if (format === "typescript") {
|
|
30306
|
-
const { loadTsEvalSuite: loadTsEvalSuite2 } = await import("./ts-eval-loader-
|
|
30306
|
+
const { loadTsEvalSuite: loadTsEvalSuite2 } = await import("./ts-eval-loader-F7Y5QBKH-RTDAVGXO.js");
|
|
30307
30307
|
const suite = await loadTsEvalSuite2(evalFilePath, resolveToAbsolutePath(repoRoot), options);
|
|
30308
30308
|
return suite.tests;
|
|
30309
30309
|
}
|
|
@@ -34140,4 +34140,4 @@ export {
|
|
|
34140
34140
|
loadTsEvalFile,
|
|
34141
34141
|
loadTsEvalSuite
|
|
34142
34142
|
};
|
|
34143
|
-
//# sourceMappingURL=chunk-
|
|
34143
|
+
//# sourceMappingURL=chunk-XGWXNNH6.js.map
|