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

    Function addSemanticEdge

    • Add a semantic edge to an overlay.

      Parameters

      • overlay: SemanticEdgeOverlay
      • params: {
            confidence?: number;
            description: string;
            evidenceRefs?: string[];
            fromNodeId: string;
            impactWeight?: number;
            toNodeId: string;
            type: SemanticEdgeType;
        }

      Returns SemanticEdge