agentv 4.15.5 → 4.15.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-K4QF5TNX.js → chunk-FS2VJLII.js} +19 -12
- package/dist/chunk-FS2VJLII.js.map +1 -0
- package/dist/{chunk-UFQJ6BGH.js → chunk-FZA7AWRQ.js} +5 -5
- package/dist/{chunk-UFQJ6BGH.js.map → chunk-FZA7AWRQ.js.map} +1 -1
- package/dist/{chunk-N75UZXEH.js → chunk-NH56CTFS.js} +4 -4
- package/dist/cli.js +3 -3
- package/dist/{dist-ZVTERRJS.js → dist-QUVZ5QKG.js} +2 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-EGDQN54F.js → interactive-7Z5D253X.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-K4QF5TNX.js.map +0 -1
- /package/dist/{chunk-N75UZXEH.js.map → chunk-NH56CTFS.js.map} +0 -0
- /package/dist/{dist-ZVTERRJS.js.map → dist-QUVZ5QKG.js.map} +0 -0
- /package/dist/{interactive-EGDQN54F.js.map → interactive-7Z5D253X.js.map} +0 -0
|
@@ -42,12 +42,12 @@ import {
|
|
|
42
42
|
syncResultsRepo,
|
|
43
43
|
toCamelCaseDeep,
|
|
44
44
|
toTranscriptJsonLines
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-FS2VJLII.js";
|
|
46
46
|
|
|
47
47
|
// package.json
|
|
48
48
|
var package_default = {
|
|
49
49
|
name: "agentv",
|
|
50
|
-
version: "4.15.
|
|
50
|
+
version: "4.15.6",
|
|
51
51
|
description: "CLI entry point for AgentV",
|
|
52
52
|
type: "module",
|
|
53
53
|
repository: {
|
|
@@ -5360,7 +5360,7 @@ async function runEvalCommand(input) {
|
|
|
5360
5360
|
const useFileExport = !!options.otelFile;
|
|
5361
5361
|
if (options.exportOtel || useFileExport) {
|
|
5362
5362
|
try {
|
|
5363
|
-
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-
|
|
5363
|
+
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-QUVZ5QKG.js");
|
|
5364
5364
|
let endpoint = process.env.OTEL_EXPORTER_OTLP_ENDPOINT;
|
|
5365
5365
|
let headers = {};
|
|
5366
5366
|
if (options.otelBackend) {
|
|
@@ -5556,7 +5556,7 @@ async function runEvalCommand(input) {
|
|
|
5556
5556
|
const activeTestFiles = resolvedTestFiles.filter((f) => fileMetadata.has(f));
|
|
5557
5557
|
let transcriptProviderFactory;
|
|
5558
5558
|
if (options.transcript) {
|
|
5559
|
-
const { TranscriptProvider } = await import("./dist-
|
|
5559
|
+
const { TranscriptProvider } = await import("./dist-QUVZ5QKG.js");
|
|
5560
5560
|
const transcriptProvider = await TranscriptProvider.fromFile(options.transcript);
|
|
5561
5561
|
const totalTests = [...fileMetadata.values()].reduce(
|
|
5562
5562
|
(sum, meta) => sum + meta.testCases.length,
|
|
@@ -5883,4 +5883,4 @@ export {
|
|
|
5883
5883
|
getCategories,
|
|
5884
5884
|
filterByCategory
|
|
5885
5885
|
};
|
|
5886
|
-
//# sourceMappingURL=chunk-
|
|
5886
|
+
//# sourceMappingURL=chunk-FZA7AWRQ.js.map
|