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

    Interface OrchestrationDAG

    interface OrchestrationDAG {
        edges: { dataType: string; from: string; to: string }[];
        hasCycles: boolean;
        hasHumanCheckpoints: boolean;
        maxDepth: number;
        nodes: DAGNode[];
        trustBoundaries: number;
    }
    Index
    edges: { dataType: string; from: string; to: string }[]
    hasCycles: boolean
    hasHumanCheckpoints: boolean
    maxDepth: number
    nodes: DAGNode[]
    trustBoundaries: number