lra-ai-platformCore Platform
lra-ai-platform is a multi-agent orchestration platform for DevOps automation. It implements a deterministic task-planning architecture in which a Supervisor decomposes natural language intents into executable plans, routes them through a Governance Engine enforcing five RBAC permission levels, and delegates execution to eight specialized agents — Cloud Architect, DevOps Engineer, Security Engineer, SRE, Documentation, Reviewer, OpenShift and Founder. Each agent invokes real integrations: Terraform, Kubernetes, Ansible, AWS, Azure, GCP, GitHub, Trivy and Checkov, among others.
What it does
8 agents. 14 integrations. One governance engine.
lra-ai-platform routes intents to specialized agents via keyword matching. Each agent executes real tasks through live integrations — no mocks, no simulations. Every action passes through a 5-level RBAC engine before execution.
Agents
8 specialized agents
Founder Agent
Creates GitHub repos, generates README, ARCHITECTURE, ROADMAP
Cloud Architect
Reviews AWS, Azure, GCP infrastructure and Well-Architected compliance
DevOps Engineer
Executes Terraform, kubectl, Helm, Ansible operations
Security Engineer
Runs Trivy and Checkov scans on images, IaC, K8s, GitHub Actions
SRE Agent
Configures Prometheus alerts, Grafana dashboards, CloudWatch alarms
OpenShift Agent
Manages OpenShift projects, deployments, operators via oc CLI
Documentation Agent
Generates README, ADR, Runbooks from code analysis
Reviewer Agent
Reviews PRs, analyzes code quality, posts GitHub comments
Governance
5-level RBAC. Fail-safe by default.
Every task passes through the Governance Engine before execution. Deny by default.
Explore the source code
All code is public. Clone it, run it, evaluate it.
Ecosystem
Role in the platform
lra-ai-platform functions as the AI orchestration layer of the LRA CloudOps platform. Agents execute security scans against aws-terraform-devops via SecurityAgent, generate and maintain documentation across all repositories via DocumentationAgent, and monitor cluster health on k8s-on-premise via SREAgent.
SecurityAgent runs Trivy + Checkov on Terraform modules and K8s manifests.
ReviewerAgent and DocumentationAgent run across all ecosystem repositories.
CloudArchitectAgent can trigger Terraform plan/apply workflows.
SREAgent checks cluster health, resource usage and GitOps sync status.