agentv 0.19.0 → 0.20.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 +0 -20
- package/dist/{chunk-EJTXU5JO.js → chunk-GDGNKNKP.js} +397 -392
- package/dist/chunk-GDGNKNKP.js.map +1 -0
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/templates/.claude/skills/agentv-eval-builder/SKILL.md +1 -1
- package/package.json +6 -3
- package/dist/chunk-EJTXU5JO.js.map +0 -1
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):
|