agentv 4.6.0 → 4.6.1
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 +1 -1
- package/dist/{chunk-5GZJIXTY.js → chunk-MHWYA4CS.js} +4 -4
- package/dist/{chunk-5GZJIXTY.js.map → chunk-MHWYA4CS.js.map} +1 -1
- package/dist/{chunk-U2LSJ6Y4.js → chunk-NSVFUL27.js} +158 -120
- package/dist/chunk-NSVFUL27.js.map +1 -0
- package/dist/{chunk-KQQTEWZF.js → chunk-YXXD27OK.js} +232 -71
- package/dist/chunk-YXXD27OK.js.map +1 -0
- package/dist/cli.js +3 -3
- package/dist/{dist-FBPCDLOY.js → dist-BN5NUVAB.js} +4 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-6D3ULOMN.js → interactive-DMSVE6CS.js} +3 -3
- package/dist/studio/assets/{index-zWHsVvgi.js → index-C7TnyYee.js} +1 -1
- package/dist/studio/assets/{index-D-gfAa3s.js → index-vn54AYtS.js} +1 -1
- package/dist/studio/index.html +1 -1
- package/package.json +1 -1
- package/dist/chunk-KQQTEWZF.js.map +0 -1
- package/dist/chunk-U2LSJ6Y4.js.map +0 -1
- /package/dist/{dist-FBPCDLOY.js.map → dist-BN5NUVAB.js.map} +0 -0
- /package/dist/{interactive-6D3ULOMN.js.map → interactive-DMSVE6CS.js.map} +0 -0
package/README.md
CHANGED
|
@@ -111,7 +111,7 @@ Full docs at [agentv.dev/docs](https://agentv.dev/docs/getting-started/introduct
|
|
|
111
111
|
- [Rubrics](https://agentv.dev/docs/evaluation/rubrics/) — structured criteria scoring
|
|
112
112
|
- [Targets](https://agentv.dev/docs/targets/configuration/) — configure agents and providers
|
|
113
113
|
- [Compare results](https://agentv.dev/docs/tools/compare/) — A/B testing and regression detection
|
|
114
|
-
- [
|
|
114
|
+
- [Ecosystem](https://agentv.dev/docs/reference/comparison/) — how AgentV fits with Agent Control and Langfuse
|
|
115
115
|
|
|
116
116
|
## Development
|
|
117
117
|
|
|
@@ -29,12 +29,12 @@ import {
|
|
|
29
29
|
subscribeToCopilotCliLogEntries,
|
|
30
30
|
subscribeToCopilotSdkLogEntries,
|
|
31
31
|
subscribeToPiLogEntries
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-YXXD27OK.js";
|
|
33
33
|
|
|
34
34
|
// package.json
|
|
35
35
|
var package_default = {
|
|
36
36
|
name: "agentv",
|
|
37
|
-
version: "4.6.
|
|
37
|
+
version: "4.6.1",
|
|
38
38
|
description: "CLI entry point for AgentV",
|
|
39
39
|
type: "module",
|
|
40
40
|
repository: {
|
|
@@ -4534,7 +4534,7 @@ async function runEvalCommand(input) {
|
|
|
4534
4534
|
const useFileExport = !!options.otelFile;
|
|
4535
4535
|
if (options.exportOtel || useFileExport) {
|
|
4536
4536
|
try {
|
|
4537
|
-
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-
|
|
4537
|
+
const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-BN5NUVAB.js");
|
|
4538
4538
|
let endpoint = process.env.OTEL_EXPORTER_OTLP_ENDPOINT;
|
|
4539
4539
|
let headers = {};
|
|
4540
4540
|
if (options.otelBackend) {
|
|
@@ -4968,4 +4968,4 @@ export {
|
|
|
4968
4968
|
selectTarget,
|
|
4969
4969
|
runEvalCommand
|
|
4970
4970
|
};
|
|
4971
|
-
//# sourceMappingURL=chunk-
|
|
4971
|
+
//# sourceMappingURL=chunk-MHWYA4CS.js.map
|