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

    Interface KnowledgeEdge

    interface KnowledgeEdge {
        confidence: number;
        evidenceRef?: string;
        from: string;
        id: string;
        metadata: Record<string, unknown>;
        timestamp: Date;
        to: string;
        type: EdgeType;
    }
    Index
    confidence: number
    evidenceRef?: string
    from: string
    id: string
    metadata: Record<string, unknown>
    timestamp: Date
    to: string
    type: EdgeType