agentkitai/AgentEval

Run an AgentEval suite as a CI gate — fail the build when the agent pass rate or regression breaches your thresholds.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 8, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: agentkitai/agenteval@48d54c97915b20f2c182d12e47d88e6a0b09f3df # v0.7.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
suitePath to the eval suite file (YAML/JSON).yes
agentAgent callable as 'module:func'.yes
min-pass-rateMinimum pass rate (0–1) to pass the gate.no0.8
max-regressionMaximum allowed regression percentage vs the baseline.no10
baselineBaseline run ID for regression detection (optional).no""
formatOutput format: text | json | junit.notext
outputWrite the report to this file (optional).no""
parallelMax concurrent cases.no1
versionagenteval version to install from PyPI (e.g. '1.2.3'); empty = latest.no""
python-versionPython version to set up.no3.12

no outputs