Causality Analyzer
    Preparing search index...
    interface GraphVizNode {
        id: string;
        isAnomalous: boolean;
        label: string;
        score: number;
        type: "root_cause" | "anomaly" | "intermediate" | "healthy";
    }
    Index
    id: string
    isAnomalous: boolean
    label: string
    score: number
    type: "root_cause" | "anomaly" | "intermediate" | "healthy"