You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-31Lines changed: 3 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -456,12 +456,9 @@ We're building a hosted version:
456
456
## Installation
457
457
458
458
```bash
459
-
#Basic installation
459
+
#Install (includes skills testing)
460
460
pip install evalview
461
461
462
-
# With skills testing (Claude Code / Codex)
463
-
pip install evalview[skills]
464
-
465
462
# With HTML reports (Plotly charts)
466
463
pip install evalview[reports]
467
464
@@ -793,7 +790,7 @@ evalview/
793
790
794
791
**The first CI/CD testing framework for AI agent skills.**
795
792
796
-
Skills are the new plugins. With 25k+ skills on marketplaces and enterprises deploying to thousands of employees, skills need the same testing rigor as any other code.
793
+
Skills are the new plugins. With thousands of skills on marketplaces and enterprises deploying skills to employees, they need the same testing rigor as any other code.
797
794
798
795
EvalView lets you validate skill structure and test skill behavior **automatically on every commit**—before your skill reaches users.
0 commit comments