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

    Interface TrustInheritanceGraphNodeResult

    interface TrustInheritanceGraphNodeResult {
        agentId: string;
        boundedBy: string[];
        effectiveTrust: number;
        inheritedUpperBound: number;
        ownTrust: number;
        parentBounds: TrustInheritanceGraphBound[];
        trustLabel: TrustLabel;
    }
    Index
    agentId: string
    boundedBy: string[]
    effectiveTrust: number
    inheritedUpperBound: number
    ownTrust: number
    trustLabel: TrustLabel