simplifying-cloud/Argus
Model-agnostic automated PR code review using any OpenAI-compatible LLM provider
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 | no | ${{ github.token }} |
| llm_base_url | OpenAI-compatible API base URL (e.g. https://openrouter.ai/api/v1/) | yes | — |
| llm_api_key | API key for the LLM provider | no | "" |
| llm_model | Model name (e.g. anthropic/claude-sonnet-4-6) | yes | — |
| max_tokens | Max response tokens | no | 4096 |
| review_focus | Custom review focus areas (one per line) | no | "" |
| extra_prompt | Additional instructions appended to the review prompt | no | "" |
Outputs
no outputs