maosproject-dev/Maos AgentGate: CI Quality Gatekeeper for AI Agents

CI Gatekeeper for AI Agents. Blocks PRs if accuracy drops below threshold.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
openai_api_keyAPI Key for the Judge Modelyes
system_promptPath to your agent system prompt fileyesprompts/system.txt
test_casesPath to your golden dataset (JSON)yestests/expected.json
thresholdMinimum passing score (0-100). Fails build if lower.no90
modelThe LLM to test against (e.g., openai:gpt-4o-mini, openai:gpt-4o)noopenai:gpt-4o-mini
temperatureLLM Temperature (0.0 = Deterministic)no0.0
repetitionsNumber of times to run each test to smooth out noiseno1
namedescription
scoreThe final evaluation score (0-100)