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

    Interface InheritedTrustResult

    interface InheritedTrustResult {
        compositeTrust: number;
        flooredBy: string | null;
        mode: TrustInheritancePolicyMode;
        orchestratorId: string;
        ownTrust: number;
        trustLabel: TrustLabel;
        workerTrusts: { agentId: string; trust: number; weight: number }[];
    }
    Index
    compositeTrust: number
    flooredBy: string | null
    orchestratorId: string
    ownTrust: number
    trustLabel: TrustLabel
    workerTrusts: { agentId: string; trust: number; weight: number }[]