labgadget015-dotcom/Autonomous GitHub Agent
AI-powered GitHub automation with intelligent PR review, async analysis, and cost-optimized LLM routing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for API access | yes | — |
| openai_api_key | OpenAI API key for cloud LLM fallback | no | — |
| anthropic_api_key | Anthropic API key for cloud LLM fallback | no | — |
| analysis_mode | Analysis mode: parallel, sequential, or auto | no | auto |
| local_llm_enabled | Enable local LLM for cost optimization | no | true |
| local_llm_endpoint | Local LLM endpoint URL (must match LOCAL_LLM_URL env default in .github/scripts/llm_router.py) | no | http://localhost:1234/v1 |
| complexity_threshold | Complexity threshold for LLM routing (low/medium/high) | no | medium |
| issue_creation_enabled | Auto-create GitHub issues for critical findings | no | true |
| severity_threshold | Minimum severity for issue creation | no | high |
Outputs
| name | description |
|---|---|
| analysis_summary | Summary of code analysis results |
| issues_created | Number of GitHub issues created |
| cost_savings | Estimated cost savings from local LLM usage |
| execution_time | Total execution time in seconds |