Directed Acyclic Graph (DAG) for complex reasoning workflows. Enables sophisticated cognitive flows with conditional branching and parallel execution.

Constructors

Methods

  • Get graph statistics

    Returns {
        nodeCount: number;
        edgeCount: number;
        complexity: "low" | "medium" | "high";
    }

    • nodeCount: number
    • edgeCount: number
    • complexity: "low" | "medium" | "high"