Back to Agents
EnterpriseOutage Root-Cause Analysis

Lumi-Forensiq

Assembles a causal timeline across RAN, transport, core, power, and change logs, ranks competing root-cause hypotheses, and brings them to the Boardroom for a governed RCA verdict.

Install Agent
Runs locally in browser

Capabilities

Causal Timeline Assembly

Cross-Domain RCA

Hypothesis Ranking

Change-Induced Risk Detection

Post-Incident Reporting

Input / Output

Accepts (Input)

  • Outage logs
  • Alarms and RAN/core telemetry
  • Change-management logs

Generates (Output)

  • Auditable post-incident report
  • Ranked root-cause verdict with evidence
  • Preserved dissent

Boardroom Role

Vote TypeADVISOR

Expert Domains

TelecomNetwork Operations

Under the Hood

This agent uses specialized SQL macros to perform deterministic calculations. It does not hallucinate math.

# Logic Sample: Interaction Rule

SELECT * FROM defects a
JOIN defects b
ON ABS(a.pos - b.pos) < (0.25 * a.length)

Memory & Context

This agent keeps short-term conversation context and draws on a domain knowledge base of General Industry Standards, plus a persistent memory that recalls relevant past findings by semantic similarity.