agentv 0.18.0 → 0.20.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
@@ -96,26 +96,6 @@ agentv validate evals/eval1.yaml evals/eval2.yaml
96
96
  agentv validate evals/
97
97
  ```
98
98
 
99
- **File type detection:**
100
-
101
- All AgentV files must include a `$schema` field:
102
-
103
- ```yaml
104
- # Eval files
105
- $schema: agentv-eval-v2
106
- evalcases:
107
- - id: eval-1
108
- # ...
109
-
110
- # Targets files
111
- $schema: agentv-targets-v2.2
112
- targets:
113
- - name: default
114
- # ...
115
- ```
116
-
117
- Files without a `$schema` field will be rejected with a clear error message.
118
-
119
99
  ### Running Evals
120
100
 
121
101
  Run eval (target auto-selected from eval file or CLI override):