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

    Interface DependencyTrustDetail

    interface DependencyTrustDetail {
        agentId: string;
        handoffId: string;
        inheritanceMode: TrustInheritanceMode;
        integrityIndex: number;
        overallScore: number;
        trustLabel: TrustLabel;
        weight: number;
    }
    Index
    agentId: string
    handoffId: string
    inheritanceMode: TrustInheritanceMode
    integrityIndex: number
    overallScore: number
    trustLabel: TrustLabel
    weight: number