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