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

    Function saveTrustCompositionConfig

    • Parameters

      • workspace: string
      • config: {
            blastRadiusThreshold: number;
            defaultInheritanceMode: "strict" | "weighted" | "no-inherit";
            defaultWeight: number;
            edges: {
                createdTs: number;
                fromAgentId: string;
                handoffId: string;
                id: string;
                inheritanceMode: "strict" | "weighted" | "no-inherit";
                purpose: string;
                riskTier: "low" | "med" | "high" | "critical";
                toAgentId: string;
                weight: number;
            }[];
            schemaVersion: 1;
        }

      Returns void