Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 2.82 KB

File metadata and controls

35 lines (25 loc) · 2.82 KB

OpsIntelligence documentation

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.

Topic map

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

Visual architecture

Runtime diagrams ship under docs/ (MkDocs copies them to the site):

Corresponding narrative: Architecture overview.

Further reading in-repo

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/.