kareem-rashed/Rubric Eval

Run LLM & agent evals with Rubric, compare against a baseline, and post a regression diff as a PR comment. Codecov for agent behavior.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
eval-filePython eval file to run (e.g. evals/regression.py)yes
baselinePath to the baseline report JSON committed in the reponoevals/baseline.json
python-versionPython version to set upno3.11
installInstall command (override to add your project's dependencies)nopip install rubric-eval
commentPost/update the regression diff as a PR commentnotrue
fail-on-regressionFail the job if any baseline-passing test now failsnotrue
score-drop-thresholdFlag passing tests whose score dropped more than thisno0.1
github-tokenToken used to post the PR commentno${{ github.token }}
namedescription
reportPath to the current run's JSON report