zakerytclarke/Infinite Monkey Agent

Infinite Monkey Agent: AI-powered code reviewer and autonomous developer agent written in Python

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
openrouter_api_keyOpenRouter API Keyno
openai_api_keyOpenAI API Keyno
gemini_api_keyGemini API Keyno
modelModel to use (default: gpt-5.4)nogpt-5.4
custom_promptCustom instructions, code guidelines, or style preferencesno
github_tokenGitHub token for posting reviewsno${{ github.token }}
run_testsRun project tests and send failures to LLM (true/false)notrue
test_commandCustom command to run testsno
max_stepsMaximum step limit for the developer agent loopno30
pr_numberSpecific Pull Request number to reviewno
subcommandExplicit subcommand to run (develop or review)no
namedescription
pr_numberThe number of the created Pull Request (for develop subcommand)