agentv 3.2.5 → 3.3.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-WQGBWX5Y.js → chunk-4ZMSAQWS.js} +4 -4
- package/dist/{chunk-WQGBWX5Y.js.map → chunk-4ZMSAQWS.js.map} +1 -1
- package/dist/{chunk-6XTYVCMN.js → chunk-5M3K2DMV.js} +72 -17
- package/dist/chunk-5M3K2DMV.js.map +1 -0
- package/dist/{chunk-BPK64EWF.js → chunk-6LP5Z5Y4.js} +9 -5
- package/dist/chunk-6LP5Z5Y4.js.map +1 -0
- package/dist/cli.js +3 -3
- package/dist/{dist-JXD6WHHI.js → dist-OC53WD3P.js} +2 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-B72SWNWB.js → interactive-NA6SAIAG.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-6XTYVCMN.js.map +0 -1
- package/dist/chunk-BPK64EWF.js.map +0 -1
- /package/dist/{dist-JXD6WHHI.js.map → dist-OC53WD3P.js.map} +0 -0
- /package/dist/{interactive-B72SWNWB.js.map → interactive-NA6SAIAG.js.map} +0 -0
|
@@ -25,12 +25,12 @@ import {
|
|
|
25
25
|
subscribeToCopilotCliLogEntries,
|
|
26
26
|
subscribeToCopilotSdkLogEntries,
|
|
27
27
|
subscribeToPiLogEntries
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-5M3K2DMV.js";
|
|
29
29
|
|
|
30
30
|
// package.json
|
|
31
31
|
var package_default = {
|
|
32
32
|
name: "agentv",
|
|
33
|
-
version: "3.
|
|
33
|
+
version: "3.3.0",
|
|
34
34
|
description: "CLI entry point for AgentV",
|
|
35
35
|
type: "module",
|
|
36
36
|
repository: {
|
|
@@ -3973,7 +3973,7 @@ async function runEvalCommand(input) {
|
|
|
3973
3973
|
const useFileExport = !!(options.otelFile || options.traceFile);
|
|
3974
3974
|
if (options.exportOtel || useFileExport) {
|
|
3975
3975
|
try {
|
|
3976
|
-
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-
|
|
3976
|
+
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-OC53WD3P.js");
|
|
3977
3977
|
let endpoint = process.env.OTEL_EXPORTER_OTLP_ENDPOINT;
|
|
3978
3978
|
let headers = {};
|
|
3979
3979
|
if (options.otelBackend) {
|
|
@@ -4295,4 +4295,4 @@ export {
|
|
|
4295
4295
|
selectTarget,
|
|
4296
4296
|
runEvalCommand
|
|
4297
4297
|
};
|
|
4298
|
-
//# sourceMappingURL=chunk-
|
|
4298
|
+
//# sourceMappingURL=chunk-4ZMSAQWS.js.map
|