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

    Interface CodeGraph

    interface CodeGraph {
        agentId: string;
        edges: CodeEdge[];
        nodes: CodeNode[];
        repoPath: string;
        scannedTs: number;
        stats: {
            configCount: number;
            edgeCount: number;
            fileCount: number;
            functionCount: number;
            moduleCount: number;
        };
    }
    Index
    agentId: string
    edges: CodeEdge[]
    nodes: CodeNode[]
    repoPath: string
    scannedTs: number
    stats: {
        configCount: number;
        edgeCount: number;
        fileCount: number;
        functionCount: number;
        moduleCount: number;
    }