agentv 3.14.0 → 3.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-3TBDSUYD.js → chunk-ELQEFMGO.js} +115 -20
- package/dist/chunk-ELQEFMGO.js.map +1 -0
- package/dist/{chunk-W6CGDNQR.js → chunk-FSNRKR7X.js} +405 -46
- package/dist/chunk-FSNRKR7X.js.map +1 -0
- package/dist/{chunk-YYECEMUV.js → chunk-VYDUBNCD.js} +5 -8
- package/dist/chunk-VYDUBNCD.js.map +1 -0
- package/dist/cli.js +3 -3
- package/dist/{dist-ZGLENPVH.js → dist-5EEXTTC3.js} +2 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-AI75XY3X.js → interactive-LBVPF2CG.js} +3 -3
- package/package.json +2 -5
- package/dist/chunk-3TBDSUYD.js.map +0 -1
- package/dist/chunk-W6CGDNQR.js.map +0 -1
- package/dist/chunk-YYECEMUV.js.map +0 -1
- /package/dist/{dist-ZGLENPVH.js.map → dist-5EEXTTC3.js.map} +0 -0
- /package/dist/{interactive-AI75XY3X.js.map → interactive-LBVPF2CG.js.map} +0 -0
|
@@ -27,12 +27,12 @@ import {
|
|
|
27
27
|
subscribeToCopilotCliLogEntries,
|
|
28
28
|
subscribeToCopilotSdkLogEntries,
|
|
29
29
|
subscribeToPiLogEntries
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-ELQEFMGO.js";
|
|
31
31
|
|
|
32
32
|
// package.json
|
|
33
33
|
var package_default = {
|
|
34
34
|
name: "agentv",
|
|
35
|
-
version: "3.14.
|
|
35
|
+
version: "3.14.3",
|
|
36
36
|
description: "CLI entry point for AgentV",
|
|
37
37
|
type: "module",
|
|
38
38
|
repository: {
|
|
@@ -46,10 +46,7 @@ var package_default = {
|
|
|
46
46
|
bin: {
|
|
47
47
|
agentv: "./dist/cli.js"
|
|
48
48
|
},
|
|
49
|
-
files: [
|
|
50
|
-
"dist",
|
|
51
|
-
"README.md"
|
|
52
|
-
],
|
|
49
|
+
files: ["dist", "README.md"],
|
|
53
50
|
scripts: {
|
|
54
51
|
dev: "bun src/cli.ts",
|
|
55
52
|
build: "tsup && bun run copy-readme",
|
|
@@ -4424,7 +4421,7 @@ async function runEvalCommand(input) {
|
|
|
4424
4421
|
const useFileExport = !!options.otelFile;
|
|
4425
4422
|
if (options.exportOtel || useFileExport) {
|
|
4426
4423
|
try {
|
|
4427
|
-
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-
|
|
4424
|
+
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-5EEXTTC3.js");
|
|
4428
4425
|
let endpoint = process.env.OTEL_EXPORTER_OTLP_ENDPOINT;
|
|
4429
4426
|
let headers = {};
|
|
4430
4427
|
if (options.otelBackend) {
|
|
@@ -4814,4 +4811,4 @@ export {
|
|
|
4814
4811
|
selectTarget,
|
|
4815
4812
|
runEvalCommand
|
|
4816
4813
|
};
|
|
4817
|
-
//# sourceMappingURL=chunk-
|
|
4814
|
+
//# sourceMappingURL=chunk-VYDUBNCD.js.map
|