Feature: Agentic Loop

New core feature.

Overview

The Nova agentic loop drives incident investigation and remediation through a disciplined hypothesis-evidence-action cycle. The loop is what turns a single LLM call into a system that can actually operate against production.

The approach

Three properties make the loop safe for production: hypotheses are explicit and ranked, tools are wrapped with bounded scope, and writes are gated behind operator approval. None of the three is optional.

Why this compounds

The loop pays back through faster MTTR and a growing library of resolved incidents the agent has handled before. Each clean run is also a training case for the next.