ai-eval · OSS tool
ai-eval Viewer
Drop an ai-eval JSON report. See per-case pass/fail, rendered prompts, model outputs, and the exact assertions that fired. Everything renders locally — your prompts and outputs never leave the browser.
Drop an ai-eval JSON report
Output from ai-eval run ... --out report.json. Everything renders locally — your prompts and outputs never leave the browser.
or:
The CLI source
/ai-eval in the repo. Install: npx -y ai-eval once published, or clone & build for now.
Open
GitHub Action snippet
Run ai-eval on every PR, comment the summary, fail the build on regressions.
Open