tomerhakak/AgentProbe — AI Agent Testing

Run AgentProbe tests on your AI agent codebase. Posts pass/fail results, cost summaries, and assertion details as PR comments.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
test-dirDirectory containing AgentProbe test filesnotests/
assertionsComma-separated list of assertions to run (e.g. "cost_under,latency_under,no_hallucination"). Leave empty to run all.no""
cost-limitMaximum total cost per run in USD. The action fails if this budget is exceeded.no5.0
fail-on-warningWhether to fail the action when tests produce warnings (true/false).nofalse
modelWhich model to test against (e.g. "gpt-4o", "claude-sonnet-4-6"). Uses the project default when empty.no""
github-tokenGitHub token for posting PR comments. Defaults to the built-in GITHUB_TOKEN.no${{ github.token }}
agentprobe-versionPin a specific AgentProbe version (e.g. "0.2.0"). Leave empty for latest.no""
python-versionPython version to use.no3.11
extra-dependenciesAdditional pip packages to install (space-separated).no""
namedescription
result"pass" or "fail"
total-testsTotal number of tests executed
passed-testsNumber of tests that passed
failed-testsNumber of tests that failed
pass-ratePass rate as a percentage (e.g. "95.0")
total-costTotal cost in USD (e.g. "0.042300")
total-duration-msTotal duration in milliseconds
exit-codeExit code of the test run (0 = success)