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

    Interface TrustInheritanceGraphEdge

    interface TrustInheritanceGraphEdge {
        childAgentId: string;
        parentAgentId: string;
        weight?: number;
    }
    Index
    childAgentId: string
    parentAgentId: string
    weight?: number