agentv 2.14.2 → 2.14.3
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-IO5LMHZH.js → chunk-D3WKMO6D.js} +8 -7
- package/dist/chunk-D3WKMO6D.js.map +1 -0
- package/dist/{chunk-LHDGRK2S.js → chunk-MDAFSKDI.js} +4 -4
- package/dist/{chunk-LHDGRK2S.js.map → chunk-MDAFSKDI.js.map} +1 -1
- package/dist/{chunk-OQN2GDEU.js → chunk-TK4PB62M.js} +384 -232
- package/dist/chunk-TK4PB62M.js.map +1 -0
- package/dist/cli.js +11 -4
- package/dist/cli.js.map +1 -1
- package/dist/{dist-QR5OZ4DH.js → dist-F62E44UQ.js} +12 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-R22BRR6A.js → interactive-SQSP4PL3.js} +5 -5
- package/dist/{interactive-R22BRR6A.js.map → interactive-SQSP4PL3.js.map} +1 -1
- package/package.json +1 -1
- package/dist/chunk-IO5LMHZH.js.map +0 -1
- package/dist/chunk-OQN2GDEU.js.map +0 -1
- /package/dist/{dist-QR5OZ4DH.js.map → dist-F62E44UQ.js.map} +0 -0
|
@@ -25,12 +25,12 @@ import {
|
|
|
25
25
|
subscribeToCopilotCliLogEntries,
|
|
26
26
|
subscribeToCopilotSdkLogEntries,
|
|
27
27
|
subscribeToPiLogEntries
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-TK4PB62M.js";
|
|
29
29
|
|
|
30
30
|
// package.json
|
|
31
31
|
var package_default = {
|
|
32
32
|
name: "agentv",
|
|
33
|
-
version: "2.14.
|
|
33
|
+
version: "2.14.3",
|
|
34
34
|
description: "CLI entry point for AgentV",
|
|
35
35
|
type: "module",
|
|
36
36
|
repository: {
|
|
@@ -3012,7 +3012,7 @@ async function runEvalCommand(input) {
|
|
|
3012
3012
|
const useFileExport = !!(options.otelFile || options.traceFile);
|
|
3013
3013
|
if (options.exportOtel || useFileExport) {
|
|
3014
3014
|
try {
|
|
3015
|
-
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-
|
|
3015
|
+
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-F62E44UQ.js");
|
|
3016
3016
|
let endpoint = process.env.OTEL_EXPORTER_OTLP_ENDPOINT;
|
|
3017
3017
|
let headers = {};
|
|
3018
3018
|
if (options.otelBackend) {
|
|
@@ -3299,4 +3299,4 @@ export {
|
|
|
3299
3299
|
selectTarget,
|
|
3300
3300
|
runEvalCommand
|
|
3301
3301
|
};
|
|
3302
|
-
//# sourceMappingURL=chunk-
|
|
3302
|
+
//# sourceMappingURL=chunk-MDAFSKDI.js.map
|