agentv 4.3.1 → 4.3.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/{agentv-provider-NFFLXG5M-TJAWCWCX.js → agentv-provider-TXM4UEUT-SUZSAXWZ.js} +2 -2
- package/dist/{chunk-LTALLYDW.js → chunk-EM2JOZFS.js} +4 -12
- package/dist/{chunk-LTALLYDW.js.map → chunk-EM2JOZFS.js.map} +1 -1
- package/dist/{chunk-BEFW6WZ6.js → chunk-FXN26R2H.js} +161 -90
- package/dist/chunk-FXN26R2H.js.map +1 -0
- package/dist/{chunk-URQXFJEB.js → chunk-HMOXP7T5.js} +7 -7
- package/dist/{chunk-C5GOHBQM.js → chunk-QOBQ5XYF.js} +2 -2
- package/dist/{chunk-BJV6MDBE.js → chunk-ZKO2LGRR.js} +2 -2
- package/dist/cli.js +5 -5
- package/dist/{dist-GQ2YNG7B.js → dist-M7R6II6Y.js} +4 -4
- package/dist/{esm-5Q4BZALM-5REQWAUV.js → esm-ZADQ4XQH-5LX2IKZV.js} +2 -2
- package/dist/index.js +5 -5
- package/dist/{interactive-UZBC7V4B.js → interactive-FMOEUIKE.js} +5 -5
- package/dist/{otlp-json-file-exporter-77FDBRSY-EZAPHWP6.js → otlp-json-file-exporter-RJFPCKVK-T6N4OGWG.js} +2 -2
- package/dist/studio/assets/{index-DofvSOmX.js → index-Bv9YUyqt.js} +1 -1
- package/dist/studio/assets/index-CElXpUjl.css +1 -0
- package/dist/studio/assets/index-CaOaajcd.js +65 -0
- package/dist/studio/index.html +2 -2
- package/package.json +1 -1
- package/dist/chunk-BEFW6WZ6.js.map +0 -1
- package/dist/studio/assets/index-CDGReinH.js +0 -71
- package/dist/studio/assets/index-izxfmBKC.css +0 -1
- /package/dist/{agentv-provider-NFFLXG5M-TJAWCWCX.js.map → agentv-provider-TXM4UEUT-SUZSAXWZ.js.map} +0 -0
- /package/dist/{chunk-URQXFJEB.js.map → chunk-HMOXP7T5.js.map} +0 -0
- /package/dist/{chunk-C5GOHBQM.js.map → chunk-QOBQ5XYF.js.map} +0 -0
- /package/dist/{chunk-BJV6MDBE.js.map → chunk-ZKO2LGRR.js.map} +0 -0
- /package/dist/{dist-GQ2YNG7B.js.map → dist-M7R6II6Y.js.map} +0 -0
- /package/dist/{esm-5Q4BZALM-5REQWAUV.js.map → esm-ZADQ4XQH-5LX2IKZV.js.map} +0 -0
- /package/dist/{interactive-UZBC7V4B.js.map → interactive-FMOEUIKE.js.map} +0 -0
- /package/dist/{otlp-json-file-exporter-77FDBRSY-EZAPHWP6.js.map → otlp-json-file-exporter-RJFPCKVK-T6N4OGWG.js.map} +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
|
|
2
2
|
import {
|
|
3
3
|
AgentvProvider
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-ZKO2LGRR.js";
|
|
5
5
|
import "./chunk-5H446C7X.js";
|
|
6
6
|
export {
|
|
7
7
|
AgentvProvider
|
|
8
8
|
};
|
|
9
|
-
//# sourceMappingURL=agentv-provider-
|
|
9
|
+
//# sourceMappingURL=agentv-provider-TXM4UEUT-SUZSAXWZ.js.map
|
|
@@ -29,12 +29,12 @@ import {
|
|
|
29
29
|
subscribeToCopilotCliLogEntries,
|
|
30
30
|
subscribeToCopilotSdkLogEntries,
|
|
31
31
|
subscribeToPiLogEntries
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-HMOXP7T5.js";
|
|
33
33
|
|
|
34
34
|
// package.json
|
|
35
35
|
var package_default = {
|
|
36
36
|
name: "agentv",
|
|
37
|
-
version: "4.3.
|
|
37
|
+
version: "4.3.2",
|
|
38
38
|
description: "CLI entry point for AgentV",
|
|
39
39
|
type: "module",
|
|
40
40
|
repository: {
|
|
@@ -2881,14 +2881,6 @@ function validateMetadata(parsed, filePath, errors) {
|
|
|
2881
2881
|
});
|
|
2882
2882
|
}
|
|
2883
2883
|
}
|
|
2884
|
-
if (!("description" in parsed) || parsed.description === void 0) {
|
|
2885
|
-
errors.push({
|
|
2886
|
-
severity: "warning",
|
|
2887
|
-
filePath,
|
|
2888
|
-
location: "name",
|
|
2889
|
-
message: "When 'name' is present, 'description' should also be provided."
|
|
2890
|
-
});
|
|
2891
|
-
}
|
|
2892
2884
|
}
|
|
2893
2885
|
}
|
|
2894
2886
|
function validateTestsStringPath(testsPath, filePath, errors) {
|
|
@@ -4443,7 +4435,7 @@ async function runEvalCommand(input) {
|
|
|
4443
4435
|
const useFileExport = !!options.otelFile;
|
|
4444
4436
|
if (options.exportOtel || useFileExport) {
|
|
4445
4437
|
try {
|
|
4446
|
-
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-
|
|
4438
|
+
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-M7R6II6Y.js");
|
|
4447
4439
|
let endpoint = process.env.OTEL_EXPORTER_OTLP_ENDPOINT;
|
|
4448
4440
|
let headers = {};
|
|
4449
4441
|
if (options.otelBackend) {
|
|
@@ -4835,4 +4827,4 @@ export {
|
|
|
4835
4827
|
selectTarget,
|
|
4836
4828
|
runEvalCommand
|
|
4837
4829
|
};
|
|
4838
|
-
//# sourceMappingURL=chunk-
|
|
4830
|
+
//# sourceMappingURL=chunk-EM2JOZFS.js.map
|