🛡️ Aether-Guard V2

Autonomous AI SRE Agent with Production-Grade Safety

CI Status Go 1.25 Python 3.11 Claude Sonnet 4.5 280 Tests Passing
View on GitHub Documentation

What is Aether-Guard?

Aether-Guard is an autonomous AI SRE agent that detects incidents, performs root-cause analysis, and executes automated remediation actions with production-grade safety guarantees.

Key Features

Architecture Highlights

Component Technology Purpose
Agent Python + Claude 4.5 Hybrid RCA, policy enforcement, verification
Listener Python FastAPI Alertmanager webhook receiver, enrichment
Target Service Go 1.25 Demo workload with chaos injection endpoints
Storage Postgres + Redis Incident analytics, RAG similarity search
Observability Prometheus + Grafana + Tempo Metrics, dashboards, distributed tracing

Quick Start

Clone the repository and start the full stack with Docker Compose:

git clone https://github.com/jnzm02/Aether-guard.git
cd Aether-guard
cp .env.example .env
# Add your ANTHROPIC_API_KEY to .env
make docker-up

This starts:

Project Status

Note: This is an active research project demonstrating production-grade AI agent safety patterns. The V2 architecture is complete with full test coverage and CI/CD. Ongoing work focuses on reliability improvements and expanded pattern coverage.

Current Version: V2 (Phase A-C complete)

Resources