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

    Interface DAGNode

    interface DAGNode {
        agentId: string;
        inputs: string[];
        outputs: string[];
        role: "monitor" | "worker" | "reviewer" | "orchestrator";
        trustLevel: "low" | "high" | "medium" | "untrusted";
    }
    Index
    agentId: string
    inputs: string[]
    outputs: string[]
    role: "monitor" | "worker" | "reviewer" | "orchestrator"
    trustLevel: "low" | "high" | "medium" | "untrusted"