agentv 4.6.0 → 4.7.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 +2 -2
- package/dist/{chunk-5GZJIXTY.js → chunk-AX4CQS45.js} +300 -283
- package/dist/chunk-AX4CQS45.js.map +1 -0
- package/dist/{chunk-KQQTEWZF.js → chunk-I6UE4LHZ.js} +1449 -495
- package/dist/chunk-I6UE4LHZ.js.map +1 -0
- package/dist/{chunk-U2LSJ6Y4.js → chunk-VEAOMKNS.js} +4325 -3470
- package/dist/chunk-VEAOMKNS.js.map +1 -0
- package/dist/cli.js +3 -3
- package/dist/{dist-FBPCDLOY.js → dist-XRVHRBJF.js} +18 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-6D3ULOMN.js → interactive-UBEMNJZG.js} +10 -47
- package/dist/interactive-UBEMNJZG.js.map +1 -0
- package/dist/studio/assets/index-DHxVz6M9.css +1 -0
- package/dist/studio/assets/{index-zWHsVvgi.js → index-DcwjOyrk.js} +1 -1
- package/dist/studio/assets/index-Y5InSvcS.js +65 -0
- package/dist/studio/index.html +2 -2
- package/package.json +1 -1
- package/dist/chunk-5GZJIXTY.js.map +0 -1
- package/dist/chunk-KQQTEWZF.js.map +0 -1
- package/dist/chunk-U2LSJ6Y4.js.map +0 -1
- package/dist/interactive-6D3ULOMN.js.map +0 -1
- package/dist/studio/assets/index-D-gfAa3s.js +0 -65
- package/dist/studio/assets/index-jJVIJh8b.css +0 -1
- /package/dist/{dist-FBPCDLOY.js.map → dist-XRVHRBJF.js.map} +0 -0
package/README.md
CHANGED
|
@@ -71,7 +71,7 @@ agentv eval evals/my-eval.yaml
|
|
|
71
71
|
|
|
72
72
|
**5. Compare results across targets:**
|
|
73
73
|
```bash
|
|
74
|
-
agentv compare .agentv/results/runs
|
|
74
|
+
agentv compare .agentv/results/runs/<timestamp>/index.jsonl
|
|
75
75
|
```
|
|
76
76
|
|
|
77
77
|
## Output formats
|
|
@@ -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
|
|