zakerytclarke/Infinite Monkey Agent
Infinite Monkey Agent: AI-powered code reviewer and autonomous developer agent written in Python
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| openrouter_api_key | OpenRouter API Key | no | — |
| openai_api_key | OpenAI API Key | no | — |
| gemini_api_key | Gemini API Key | no | — |
| model | Model to use (default: gpt-5.4) | no | gpt-5.4 |
| custom_prompt | Custom instructions, code guidelines, or style preferences | no | — |
| github_token | GitHub token for posting reviews | no | ${{ github.token }} |
| run_tests | Run project tests and send failures to LLM (true/false) | no | true |
| test_command | Custom command to run tests | no | — |
| max_steps | Maximum step limit for the developer agent loop | no | 30 |
| pr_number | Specific Pull Request number to review | no | — |
| subcommand | Explicit subcommand to run (develop or review) | no | — |
Outputs
| name | description |
|---|---|
| pr_number | The number of the created Pull Request (for develop subcommand) |