Multi-Agent Orchestration for SRE: AURA Runs a Model per Specialist
Give one agent every tool and every incident is a question of trust. This one hands each job to a worker that can only reach what that job needs.
Learn more about AURA → https://www.mezmo.com/aura
Get started today → https://github.com/mezmo/aura
Get deployment help → https://www.mezmo.com/contact
One AURA configuration defines a coordinator and three specialist workers. Qdrant stores the runbooks, Prometheus measures workload health, and Kubernetes provides inspection and remediation, and each of the three is wired to one worker.
GPT-5.6 is the coordinator. It plans the response, passes each verified result to the next specialist, and writes the final report, and it does not use the worker tools directly. Inkling Small is the metric analyst, with inference provided by Baseten, reading Prometheus to measure the failure without the ability to change the cluster. GLM-5.2-Fast is the runbook specialist, retrieving the approved checkout recovery procedure and its stop conditions. DeepSeek V4 Flash is the Kubernetes remediator, inspecting the deployment and pods, making one scale call, and verifying recovery.
With checkout taken offline, AURA gets one short request: investigate and recover only if the evidence supports the approved procedure. The workflow comes from the configuration. AURA confirms zero replicas in Prometheus, retrieves the matching runbook, and verifies the same state in Kubernetes before anything changes.
The remediation is bounded. Kubernetes access controls keep the remediator limited to checkout, the run makes one scale call from zero to two replicas, and the final check finds two desired and two ready. The evidence stays visible at each step.
For more detail, visit
https://www.mezmo.com/videos/multi-agent-orchestration-for-sre-a-model-per-specialist
Chapters:
0:00 One request, four models, a verified recovery
0:08 Evidence and action surfaces in the configuration
0:16 Kubernetes tools and the GPT-5.6 coordinator
0:27 The three specialists and their models
0:57 One request against an offline checkout
1:08 Investigation, scale call, and verification
1:27 What the run shows
#AISRE #Kubernetes #AIAgents