--- 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