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 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/eval_<timestamp>/index.jsonl
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
- - [Comparison with other frameworks](https://agentv.dev/docs/reference/comparison/) — vs Braintrust, Langfuse, LangSmith, LangWatch
114
+ - [Ecosystem](https://agentv.dev/docs/reference/comparison/) — how AgentV fits with Agent Control and Langfuse
115
115
 
116
116
  ## Development
117
117