agentv 4.12.7 → 4.12.8
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-EQBJ2C4W.js → chunk-ESNYJD7I.js} +5 -5
- package/dist/{chunk-EQBJ2C4W.js.map → chunk-ESNYJD7I.js.map} +1 -1
- package/dist/{chunk-CXAO4VPP.js → chunk-LRVNXL6J.js} +25 -4
- package/dist/chunk-LRVNXL6J.js.map +1 -0
- package/dist/{chunk-XHMMSUQ7.js → chunk-MYSFJC5U.js} +4 -4
- package/dist/cli.js +3 -3
- package/dist/{dist-D6EJ3O7Q.js → dist-5FOR567Q.js} +2 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-MHHMVB2S.js → interactive-3RS54ZZX.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-CXAO4VPP.js.map +0 -1
- /package/dist/{chunk-XHMMSUQ7.js.map → chunk-MYSFJC5U.js.map} +0 -0
- /package/dist/{dist-D6EJ3O7Q.js.map → dist-5FOR567Q.js.map} +0 -0
- /package/dist/{interactive-MHHMVB2S.js.map → interactive-3RS54ZZX.js.map} +0 -0
|
@@ -41,12 +41,12 @@ import {
|
|
|
41
41
|
subscribeToPiLogEntries,
|
|
42
42
|
syncResultsRepo,
|
|
43
43
|
toCamelCaseDeep
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-LRVNXL6J.js";
|
|
45
45
|
|
|
46
46
|
// package.json
|
|
47
47
|
var package_default = {
|
|
48
48
|
name: "agentv",
|
|
49
|
-
version: "4.12.
|
|
49
|
+
version: "4.12.8",
|
|
50
50
|
description: "CLI entry point for AgentV",
|
|
51
51
|
type: "module",
|
|
52
52
|
repository: {
|
|
@@ -5254,7 +5254,7 @@ async function runEvalCommand(input) {
|
|
|
5254
5254
|
const useFileExport = !!options.otelFile;
|
|
5255
5255
|
if (options.exportOtel || useFileExport) {
|
|
5256
5256
|
try {
|
|
5257
|
-
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-
|
|
5257
|
+
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-5FOR567Q.js");
|
|
5258
5258
|
let endpoint = process.env.OTEL_EXPORTER_OTLP_ENDPOINT;
|
|
5259
5259
|
let headers = {};
|
|
5260
5260
|
if (options.otelBackend) {
|
|
@@ -5453,7 +5453,7 @@ async function runEvalCommand(input) {
|
|
|
5453
5453
|
const activeTestFiles = resolvedTestFiles.filter((f) => fileMetadata.has(f));
|
|
5454
5454
|
let transcriptProviderFactory;
|
|
5455
5455
|
if (options.transcript) {
|
|
5456
|
-
const { TranscriptProvider } = await import("./dist-
|
|
5456
|
+
const { TranscriptProvider } = await import("./dist-5FOR567Q.js");
|
|
5457
5457
|
const transcriptProvider = await TranscriptProvider.fromFile(options.transcript);
|
|
5458
5458
|
const totalTests = [...fileMetadata.values()].reduce(
|
|
5459
5459
|
(sum, meta) => sum + meta.testCases.length,
|
|
@@ -5775,4 +5775,4 @@ export {
|
|
|
5775
5775
|
getCategories,
|
|
5776
5776
|
filterByCategory
|
|
5777
5777
|
};
|
|
5778
|
-
//# sourceMappingURL=chunk-
|
|
5778
|
+
//# sourceMappingURL=chunk-ESNYJD7I.js.map
|