agentv 4.5.0 → 4.5.1
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-3UST47TW.js → chunk-5DEZ72J3.js} +4 -4
- package/dist/{chunk-3UST47TW.js.map → chunk-5DEZ72J3.js.map} +1 -1
- package/dist/{chunk-TEPYEYPG.js → chunk-7DRAXDVC.js} +42 -15
- package/dist/chunk-7DRAXDVC.js.map +1 -0
- package/dist/{chunk-D7HJ5HME.js → chunk-BQC2CDLN.js} +4 -4
- package/dist/cli.js +3 -3
- package/dist/{dist-FBKKMDHE.js → dist-VWMHFUXR.js} +2 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-YAOW6DCC.js → interactive-OG7ZJIHG.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-TEPYEYPG.js.map +0 -1
- /package/dist/{chunk-D7HJ5HME.js.map → chunk-BQC2CDLN.js.map} +0 -0
- /package/dist/{dist-FBKKMDHE.js.map → dist-VWMHFUXR.js.map} +0 -0
- /package/dist/{interactive-YAOW6DCC.js.map → interactive-OG7ZJIHG.js.map} +0 -0
|
@@ -29,12 +29,12 @@ import {
|
|
|
29
29
|
subscribeToCopilotCliLogEntries,
|
|
30
30
|
subscribeToCopilotSdkLogEntries,
|
|
31
31
|
subscribeToPiLogEntries
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-7DRAXDVC.js";
|
|
33
33
|
|
|
34
34
|
// package.json
|
|
35
35
|
var package_default = {
|
|
36
36
|
name: "agentv",
|
|
37
|
-
version: "4.5.
|
|
37
|
+
version: "4.5.1",
|
|
38
38
|
description: "CLI entry point for AgentV",
|
|
39
39
|
type: "module",
|
|
40
40
|
repository: {
|
|
@@ -4484,7 +4484,7 @@ async function runEvalCommand(input) {
|
|
|
4484
4484
|
const useFileExport = !!options.otelFile;
|
|
4485
4485
|
if (options.exportOtel || useFileExport) {
|
|
4486
4486
|
try {
|
|
4487
|
-
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-
|
|
4487
|
+
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-VWMHFUXR.js");
|
|
4488
4488
|
let endpoint = process.env.OTEL_EXPORTER_OTLP_ENDPOINT;
|
|
4489
4489
|
let headers = {};
|
|
4490
4490
|
if (options.otelBackend) {
|
|
@@ -4872,4 +4872,4 @@ export {
|
|
|
4872
4872
|
selectTarget,
|
|
4873
4873
|
runEvalCommand
|
|
4874
4874
|
};
|
|
4875
|
-
//# sourceMappingURL=chunk-
|
|
4875
|
+
//# sourceMappingURL=chunk-5DEZ72J3.js.map
|