mrgig7/SRE Agent - Failure Analysis
Autonomous AI-powered CI/CD failure detection, analysis, and fix generation
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 | ${{ github.token }} |
| sre-agent-url | SRE Agent API URL (for self-hosted) | no | "" |
| notify-slack | Send notifications to Slack | no | false |
| slack-webhook-url | Slack webhook URL for notifications | no | "" |
| auto-create-pr | Automatically create PR with suggested fix | no | false |
| llm-provider | LLM provider for fix generation (ollama, openai) | no | ollama |
Outputs
| name | description |
|---|---|
| failure-detected | Whether a failure was detected |
| fix-generated | Whether a fix was generated |
| fix-pr-url | URL of the fix PR (if created) |
| analysis-report | Path to the analysis report |