papadopouloskyriakos/agentic-chatops
105 stars · Last commit 2026-05-22
3-tier agentic ChatOps (n8n + GPT-4o + Claude Code) implementing all 21 patterns from "Agentic Design Patterns" — solo operator managing 137 devices
README preview
# agentic-chatops AI agents that triage infrastructure alerts, investigate root causes, and propose fixes — while a solo operator sleeps. > **For the complete technical reference, see [README.extensive.md](README.extensive.md).**  ## The Problem One person. **310+ infrastructure objects** across 6 sites. 3 firewalls, 12 Kubernetes nodes, self-hosted everything. When an alert fires at 3am, there's no team to call. There never is. ## The Solution Three agentic subsystems that handle the detective work — **ChatOps** (infrastructure), **ChatSecOps** (security), **ChatDevOps** (CI/CD) — built on [n8n](https://n8n.io/) orchestration, [Matrix](https://matrix.org/) as the human interface, and a 3-tier agent architecture. The human stays in the loop for every infrastructure change. The system never acts without a thumbs-up or poll vote. --- ## What Makes This Different