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

    Interface TrustCompositionReport

    interface TrustCompositionReport {
        agentResults: CompositeTrustResult[];
        contradictions: CrossAgentContradiction[];
        dagCycles: string[][];
        dagValid: boolean;
        fleetCompositeScore: number;
        fleetWeakestLink: string | null;
        reportId: string;
        reportJsonSha256: string;
        reportSealSig: string;
        ts: number;
    }
    Index
    agentResults: CompositeTrustResult[]
    contradictions: CrossAgentContradiction[]
    dagCycles: string[][]
    dagValid: boolean
    fleetCompositeScore: number
    fleetWeakestLink: string | null
    reportId: string
    reportJsonSha256: string
    reportSealSig: string
    ts: number