v0.1.0 — now available

OpsAgent fixes your
CI failures automatically

Drops into any failing CI pipeline, reads the logs and git history directly from the runner, and delivers a structured Root Cause Analysis to your team — so you know exactly what broke without ever opening the runner logs.

Get Started View Source
1 uses: ChengaDev/opsagent@v0.1.0

Why OpsAgent?

Everything you need to go from failure to root cause in seconds.

No Setup Required

Runs as the last step of a failing workflow. No sidecar, no external service — reads logs and git history directly from the runner disk.

🧠

AI-Powered RCA

LangGraph orchestrates a structured 4-phase investigation: log triage → code correlation → workspace inspection → RCA synthesis.

🔀

Multi-Provider

Works with Anthropic (Claude), OpenAI (o4-mini), and Google (Gemini 2.5). Switch providers with a single line in your workflow.

🔔

Instant Notifications

Posts the RCA to Slack, Discord, Teams, PagerDuty, or any webhook. Also comments directly on the failing pull request.

🔍

Deterministic Pre-scan

A fast regex-based scanner runs before the LLM — extracts structured issues in milliseconds at zero token cost.

📋

Any CI Log

pytest, Jest, Docker, Helm, Terraform, Kubernetes — if it produces a log file, OpsAgent can analyse it.


Supported Failure Types

From unit tests to infrastructure — OpsAgent speaks your stack.

pytest Jest TypeScript Docker pip npm Helm Terraform Kubernetes CloudFormation GitHub Actions GitLab CI Jenkins