agentv 4.11.2 → 4.12.0
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-MIP46NEN.js → chunk-4MEGL2E3.js} +5 -5
- package/dist/{chunk-MIP46NEN.js.map → chunk-4MEGL2E3.js.map} +1 -1
- package/dist/{chunk-FQGY6QXQ.js → chunk-CXAO4VPP.js} +43 -43
- package/dist/chunk-CXAO4VPP.js.map +1 -0
- package/dist/{chunk-7TJ2PON3.js → chunk-VVWPD4CN.js} +104 -89
- package/dist/chunk-VVWPD4CN.js.map +1 -0
- package/dist/cli.js +3 -3
- package/dist/{dist-HNSXNRVK.js → dist-D6EJ3O7Q.js} +20 -20
- package/dist/index.js +3 -3
- package/dist/{interactive-LRW3X5OF.js → interactive-SP2LWOQX.js} +3 -3
- package/dist/studio/assets/index-BdR2qr8G.js +65 -0
- package/dist/studio/assets/{index-VyDFrnoK.js → index-CkXzhDmw.js} +1 -1
- package/dist/studio/assets/index-XVVBVabi.css +1 -0
- package/dist/studio/index.html +2 -2
- package/package.json +1 -1
- package/dist/chunk-7TJ2PON3.js.map +0 -1
- package/dist/chunk-FQGY6QXQ.js.map +0 -1
- package/dist/studio/assets/index-Bi-KHfNm.js +0 -65
- package/dist/studio/assets/index-D_j-w4UO.css +0 -1
- /package/dist/{dist-HNSXNRVK.js.map → dist-D6EJ3O7Q.js.map} +0 -0
- /package/dist/{interactive-LRW3X5OF.js.map → interactive-SP2LWOQX.js.map} +0 -0
|
@@ -41,12 +41,12 @@ import {
|
|
|
41
41
|
subscribeToPiLogEntries,
|
|
42
42
|
syncResultsRepo,
|
|
43
43
|
toCamelCaseDeep
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-CXAO4VPP.js";
|
|
45
45
|
|
|
46
46
|
// package.json
|
|
47
47
|
var package_default = {
|
|
48
48
|
name: "agentv",
|
|
49
|
-
version: "4.
|
|
49
|
+
version: "4.12.0",
|
|
50
50
|
description: "CLI entry point for AgentV",
|
|
51
51
|
type: "module",
|
|
52
52
|
repository: {
|
|
@@ -5250,7 +5250,7 @@ async function runEvalCommand(input) {
|
|
|
5250
5250
|
const useFileExport = !!options.otelFile;
|
|
5251
5251
|
if (options.exportOtel || useFileExport) {
|
|
5252
5252
|
try {
|
|
5253
|
-
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-
|
|
5253
|
+
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-D6EJ3O7Q.js");
|
|
5254
5254
|
let endpoint = process.env.OTEL_EXPORTER_OTLP_ENDPOINT;
|
|
5255
5255
|
let headers = {};
|
|
5256
5256
|
if (options.otelBackend) {
|
|
@@ -5449,7 +5449,7 @@ async function runEvalCommand(input) {
|
|
|
5449
5449
|
const activeTestFiles = resolvedTestFiles.filter((f) => fileMetadata.has(f));
|
|
5450
5450
|
let transcriptProviderFactory;
|
|
5451
5451
|
if (options.transcript) {
|
|
5452
|
-
const { TranscriptProvider } = await import("./dist-
|
|
5452
|
+
const { TranscriptProvider } = await import("./dist-D6EJ3O7Q.js");
|
|
5453
5453
|
const transcriptProvider = await TranscriptProvider.fromFile(options.transcript);
|
|
5454
5454
|
const totalTests = [...fileMetadata.values()].reduce(
|
|
5455
5455
|
(sum, meta) => sum + meta.testCases.length,
|
|
@@ -5771,4 +5771,4 @@ export {
|
|
|
5771
5771
|
getCategories,
|
|
5772
5772
|
filterByCategory
|
|
5773
5773
|
};
|
|
5774
|
-
//# sourceMappingURL=chunk-
|
|
5774
|
+
//# sourceMappingURL=chunk-4MEGL2E3.js.map
|