OpsIntelligence is an autonomous agent for in-house DevOps: PR/MR review, CI signals, Sonar triage, incidents, and runbooks — with your team policies wired in. Integrations stay read-first until an operator confirms writes in-turn.
Use this site as the structured guide; the repository README stays a concise landing page with badges and quick facts.
| Section | What you will find |
|---|---|
| Getting started | 5-minute bootstrap checklist |
| Install | Release installer, pinned versions, build-from-source, environment toggles, uninstall |
| Configuration | State directory, onboarding, YAML pointers, example config reference |
| User guide | Dashboard walkthrough, CLI cheat sheet, workflow patterns, troubleshooting |
| Architecture | Request flow, major packages, resource usage — internals for contributors and operators |
| Agents & tools | Runner loop, skills, smart prompts / chains, specialist routing |
| Multi-agent systems in Go | Concepts, patterns, and production practices for building autonomous multi-agent apps |
| Repo intelligence | Optional indexing, call graph, hybrid search, CLI and dashboard |
| Observability | Run traces, OpenTelemetry, logs |
| Security | Tokens, guardrails, audit logging |
| Contributing | Build, test, docs workflow |
| Changelog | Pointer to release history |
Runtime diagrams ship under docs/ (MkDocs copies them to the site):
- Editable source and PNG:
docs/architecture/diagrams/opsintelligence-architecture.drawio·opsintelligence-architecture.png - Multi-tab detail:
architecture-overview.drawioat repository root
Corresponding narrative: Architecture overview.
Deep dives that remain outside this MkDocs tree include doc/smart-prompts.md (prompt chaining internals), narrative/extra detail under doc/deep-dives/, and runbooks under doc/runbooks/.