agentv 3.13.3 → 3.14.2
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-TGCWIHBH.js → chunk-3UW7KUQ3.js} +562 -58
- package/dist/chunk-3UW7KUQ3.js.map +1 -0
- package/dist/{chunk-PACTPWEN.js → chunk-75PQBKLR.js} +4 -4
- package/dist/{chunk-PACTPWEN.js.map → chunk-75PQBKLR.js.map} +1 -1
- package/dist/{chunk-D3LNJUUB.js → chunk-ELQEFMGO.js} +773 -339
- package/dist/chunk-ELQEFMGO.js.map +1 -0
- package/dist/cli.js +3 -3
- package/dist/{dist-KPMR7RBT.js → dist-5EEXTTC3.js} +4 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-OMJAMCQP.js → interactive-Q563ULAR.js} +3 -3
- package/dist/templates/.agentv/config.yaml +4 -13
- package/dist/templates/.agentv/targets.yaml +0 -16
- package/package.json +1 -1
- package/dist/chunk-D3LNJUUB.js.map +0 -1
- package/dist/chunk-TGCWIHBH.js.map +0 -1
- package/dist/templates/.agentv/.env.example +0 -23
- /package/dist/{dist-KPMR7RBT.js.map → dist-5EEXTTC3.js.map} +0 -0
- /package/dist/{interactive-OMJAMCQP.js.map → interactive-Q563ULAR.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.
|
|
35
|
+
version: "3.14.2",
|
|
36
36
|
description: "CLI entry point for AgentV",
|
|
37
37
|
type: "module",
|
|
38
38
|
repository: {
|
|
@@ -4421,7 +4421,7 @@ async function runEvalCommand(input) {
|
|
|
4421
4421
|
const useFileExport = !!options.otelFile;
|
|
4422
4422
|
if (options.exportOtel || useFileExport) {
|
|
4423
4423
|
try {
|
|
4424
|
-
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-
|
|
4424
|
+
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-5EEXTTC3.js");
|
|
4425
4425
|
let endpoint = process.env.OTEL_EXPORTER_OTLP_ENDPOINT;
|
|
4426
4426
|
let headers = {};
|
|
4427
4427
|
if (options.otelBackend) {
|
|
@@ -4811,4 +4811,4 @@ export {
|
|
|
4811
4811
|
selectTarget,
|
|
4812
4812
|
runEvalCommand
|
|
4813
4813
|
};
|
|
4814
|
-
//# sourceMappingURL=chunk-
|
|
4814
|
+
//# sourceMappingURL=chunk-75PQBKLR.js.map
|