agentv 4.1.1 → 4.2.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-QCKPJPYC.js → chunk-HAZJO7OY.js} +4 -4
- package/dist/{chunk-QCKPJPYC.js.map → chunk-HAZJO7OY.js.map} +1 -1
- package/dist/{chunk-TDY2FQN5.js → chunk-UXSQQHCI.js} +124 -153
- package/dist/chunk-UXSQQHCI.js.map +1 -0
- package/dist/{chunk-XEAW7OQT.js → chunk-XLM3RNN7.js} +19 -29
- package/dist/chunk-XLM3RNN7.js.map +1 -0
- package/dist/cli.js +3 -3
- package/dist/{dist-2JUUJ6PT.js → dist-VVXR6TYM.js} +4 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-ASB4FU3J.js → interactive-NVNOLL2H.js} +3 -3
- package/dist/studio/assets/{index-DofvSOmX.js → index-Cir5Hc8S.js} +1 -1
- package/dist/studio/assets/{index-CDGReinH.js → index-D8LVkz9x.js} +1 -1
- package/dist/studio/index.html +1 -1
- package/package.json +1 -1
- package/dist/chunk-TDY2FQN5.js.map +0 -1
- package/dist/chunk-XEAW7OQT.js.map +0 -1
- /package/dist/{dist-2JUUJ6PT.js.map → dist-VVXR6TYM.js.map} +0 -0
- /package/dist/{interactive-ASB4FU3J.js.map → interactive-NVNOLL2H.js.map} +0 -0
|
@@ -29,12 +29,12 @@ import {
|
|
|
29
29
|
subscribeToCopilotCliLogEntries,
|
|
30
30
|
subscribeToCopilotSdkLogEntries,
|
|
31
31
|
subscribeToPiLogEntries
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-XLM3RNN7.js";
|
|
33
33
|
|
|
34
34
|
// package.json
|
|
35
35
|
var package_default = {
|
|
36
36
|
name: "agentv",
|
|
37
|
-
version: "4.
|
|
37
|
+
version: "4.2.0",
|
|
38
38
|
description: "CLI entry point for AgentV",
|
|
39
39
|
type: "module",
|
|
40
40
|
repository: {
|
|
@@ -4443,7 +4443,7 @@ async function runEvalCommand(input) {
|
|
|
4443
4443
|
const useFileExport = !!options.otelFile;
|
|
4444
4444
|
if (options.exportOtel || useFileExport) {
|
|
4445
4445
|
try {
|
|
4446
|
-
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-
|
|
4446
|
+
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-VVXR6TYM.js");
|
|
4447
4447
|
let endpoint = process.env.OTEL_EXPORTER_OTLP_ENDPOINT;
|
|
4448
4448
|
let headers = {};
|
|
4449
4449
|
if (options.otelBackend) {
|
|
@@ -4835,4 +4835,4 @@ export {
|
|
|
4835
4835
|
selectTarget,
|
|
4836
4836
|
runEvalCommand
|
|
4837
4837
|
};
|
|
4838
|
-
//# sourceMappingURL=chunk-
|
|
4838
|
+
//# sourceMappingURL=chunk-HAZJO7OY.js.map
|