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

    Function addDelegationEdge

    • Parameters

      • workspace: string
      • params: {
            fromAgentId: string;
            inheritanceMode?: TrustInheritanceMode;
            purpose: string;
            riskTier?: RiskTier;
            toAgentId: string;
            weight?: number;
        }

      Returns {
          createdTs: number;
          fromAgentId: string;
          handoffId: string;
          id: string;
          inheritanceMode: "strict" | "weighted" | "no-inherit";
          purpose: string;
          riskTier: "low" | "med" | "high" | "critical";
          toAgentId: string;
          weight: number;
      }