agentv 3.5.0 → 3.6.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/README.md +14 -3
- package/dist/{chunk-5GG6DDP5.js → chunk-IP5BO54H.js} +12 -13
- package/dist/chunk-IP5BO54H.js.map +1 -0
- package/dist/{chunk-D6G4N2H2.js → chunk-K4RXLQWV.js} +70 -58
- package/dist/chunk-K4RXLQWV.js.map +1 -0
- package/dist/{chunk-RLL4QGNL.js → chunk-UU5N43YS.js} +5 -5
- package/dist/chunk-UU5N43YS.js.map +1 -0
- package/dist/cli.js +3 -3
- package/dist/{dist-MZFXE6B5.js → dist-VWEFBDZ5.js} +2 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-J7SUWZH2.js → interactive-5S4ILY2Y.js} +3 -3
- package/dist/templates/.agentv/.env.example +9 -11
- package/dist/templates/.agentv/config.yaml +0 -5
- package/dist/templates/.agentv/targets.yaml +16 -0
- package/package.json +1 -1
- package/dist/chunk-5GG6DDP5.js.map +0 -1
- package/dist/chunk-D6G4N2H2.js.map +0 -1
- package/dist/chunk-RLL4QGNL.js.map +0 -1
- /package/dist/{dist-MZFXE6B5.js.map → dist-VWEFBDZ5.js.map} +0 -0
- /package/dist/{interactive-J7SUWZH2.js.map → interactive-5S4ILY2Y.js.map} +0 -0
|
@@ -25,12 +25,12 @@ import {
|
|
|
25
25
|
subscribeToCopilotCliLogEntries,
|
|
26
26
|
subscribeToCopilotSdkLogEntries,
|
|
27
27
|
subscribeToPiLogEntries
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-K4RXLQWV.js";
|
|
29
29
|
|
|
30
30
|
// package.json
|
|
31
31
|
var package_default = {
|
|
32
32
|
name: "agentv",
|
|
33
|
-
version: "3.
|
|
33
|
+
version: "3.6.0",
|
|
34
34
|
description: "CLI entry point for AgentV",
|
|
35
35
|
type: "module",
|
|
36
36
|
repository: {
|
|
@@ -1328,7 +1328,7 @@ var SCRIPT = `
|
|
|
1328
1328
|
if(r.input!=null){
|
|
1329
1329
|
h+='<div class="detail-block"><h4>Input</h4><pre class="detail-pre">'+esc(typeof r.input==="string"?r.input:JSON.stringify(r.input,null,2))+"</pre></div>";
|
|
1330
1330
|
}
|
|
1331
|
-
h+='<div class="detail-block"><h4>Output</h4><pre class="detail-pre">'+esc(r.
|
|
1331
|
+
h+='<div class="detail-block"><h4>Output</h4><pre class="detail-pre">'+esc(r.outputText||"")+"</pre></div>";
|
|
1332
1332
|
h+="</div>";
|
|
1333
1333
|
|
|
1334
1334
|
/* evaluator results */
|
|
@@ -4044,7 +4044,7 @@ async function runEvalCommand(input) {
|
|
|
4044
4044
|
const useFileExport = !!(options.otelFile || options.traceFile);
|
|
4045
4045
|
if (options.exportOtel || useFileExport) {
|
|
4046
4046
|
try {
|
|
4047
|
-
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-
|
|
4047
|
+
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-VWEFBDZ5.js");
|
|
4048
4048
|
let endpoint = process.env.OTEL_EXPORTER_OTLP_ENDPOINT;
|
|
4049
4049
|
let headers = {};
|
|
4050
4050
|
if (options.otelBackend) {
|
|
@@ -4386,4 +4386,4 @@ export {
|
|
|
4386
4386
|
selectTarget,
|
|
4387
4387
|
runEvalCommand
|
|
4388
4388
|
};
|
|
4389
|
-
//# sourceMappingURL=chunk-
|
|
4389
|
+
//# sourceMappingURL=chunk-UU5N43YS.js.map
|