Causality Analyzer
    Preparing search index...
    interface PropagationPath {
        path: string[];
        root: string;
        score: number;
    }
    Index
    path: string[]
    root: string
    score: number