yunhaodou/YunhaoDou Code Review Agent
Multi-step code review agent on Anthropic/DeepSeek Tool Use. Posts review comments on PRs automatically.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| provider | LLM provider: "deepseek" or "anthropic" | no | deepseek |
| anthropic-api-key | Anthropic API key (required if provider=anthropic) | no | — |
| deepseek-api-key | DeepSeek API key (required if provider=deepseek) | no | — |
| github-token | GitHub token (use ${{ secrets.GITHUB_TOKEN }}) | yes | ${{ github.token }} |
| model | Model to use (defaults to the provider's standard model) | no | "" |
| max-steps | Maximum agent steps before forced termination | no | 15 |
Outputs
no outputs