nexus-agents - v2.80.0
    Preparing search index...

    Type Alias PipelineEdge

    PipelineEdge:
        | { type: "fixed"; from: string; to: string }
        | {
            type: "conditional";
            from: string;
            routerKey: string;
            targets: readonly string[];
        }

    Edge definition in a pipeline template.