| title: Autonomous System Diagnostics | |
| emoji: π°οΈ | |
| colorFrom: indigo | |
| colorTo: red | |
| sdk: gradio | |
| sdk_version: 6.18.0 | |
| python_version: '3.13' | |
| app_file: app.py | |
| pinned: false | |
| # Autonomous System Diagnostics & Remediation | |
| A multi-agent incident response system powered by Gemini. Paste in server logs, | |
| an incident ticket, and a runbook, and a chain of specialized agents will: | |
| 1. **Log Analysis** β surface anomalies and error patterns | |
| 2. **Incident Correlation** β check the logs against the reported ticket | |
| 3. **Root Cause Analysis** β pinpoint the cause using the runbook | |
| 4. **Resolution** β propose a step-by-step remediation plan | |
| 5. **Reporting** β generate a post-incident report (PIR) | |
| ## Setup | |
| This Space requires a `GEMINI_API_KEY`. Add it under | |
| **Settings β Variables and secrets** as a repository secret. | |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |