This page demonstrates an agentic layer that converts a risk score + structured evidence (features / flags)
into a short investigation report suitable for human review.
The demo below runs locally in the browser (template‑based). In production, the same UI can call
a backend endpoint (/api/investigate) that uses a small LLM with strict grounding.
Compliance note: the narrative must be evidence‑grounded (no fabricated facts) and logged alongside the evidence. See the technical blueprint in the accompanying agent script.