Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ContradictionReport

    interface ContradictionReport {
        agentPairSummary: { agentA: string; agentB: string; count: number }[];
        contradictions: AgentContradiction[];
        criticalCount: number;
        infoCount: number;
        reportId: string;
        scope: "agent" | "fleet";
        totalContradictions: number;
        ts: number;
        warnCount: number;
    }
    Index
    agentPairSummary: { agentA: string; agentB: string; count: number }[]
    contradictions: AgentContradiction[]
    criticalCount: number
    infoCount: number
    reportId: string
    scope: "agent" | "fleet"
    totalContradictions: number
    ts: number
    warnCount: number