๐Ÿค– AutoSRE

AI-Powered Site Reliability Engineering

Open-source AI agent that analyzes alerts, identifies root causes, and suggests remediations โ€” so you can sleep through the night.

$ pip install autosre
$ autosre init
โœ“ Created .autosre/config.yaml
$ autosre agent analyze --alert "High CPU on api-server"
Root Cause: Memory leak in payment service
Suggested Fix: kubectl rollout restart deploy/payment

Why AutoSRE?

๐Ÿ” Smart Analysis

Correlates alerts with recent changes, runbooks, and service dependencies to find the real root cause.

๐Ÿ“š Context-Aware

Learns from your services, runbooks, and past incidents. Gets smarter with every interaction.

๐Ÿ› ๏ธ Actionable

Suggests specific remediation steps with copy-paste commands. No more digging through docs at 3 AM.

๐Ÿ”Œ Integrations

Connects to Prometheus, Kubernetes, PagerDuty, and more. Works with your existing stack.

๐Ÿงช Eval Framework

33 built-in scenarios to test and improve analysis accuracy. Measure before you trust.

๐Ÿ”’ Privacy First

Runs locally or on your infrastructure. Your data never leaves your control.

Get Started in 60 Seconds

pip install autosre && autosre init

Requires Python 3.10+