kochrisdev/vapviz-eval

Run a vapviz eval suite against traced agent runs and fail the build on regressions. Point it at a SQLite store, a single exported run file, or a directory of exported runs.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
suitePath to the eval suite file (YAML or JSON).yes
dbSQLite store to load runs from (mutually exclusive with run / runs-dir).no""
runA single exported run JSON file (GET /runs/{id}/export format).no""
runs-dirA directory of exported run JSON files (*.json).no""
run-idOnly evaluate this run id (with db).no""
labelOnly evaluate runs with this label (with db).no""
tagOnly evaluate runs carrying this tag (with db).no""
latestOnly evaluate the most recent matching run (with db).nofalse
versionvapviz version spec to install, e.g. "1.2.0" or ">=1.2,<2". Empty installs the latest release.no""
python-versionPython version to set up.no3.12

no outputs