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

    Type Alias CollaborationPattern

    CollaborationPattern:
        | "sequential"
        | "parallel"
        | "review"
        | "consensus"
        | "reflexion"
        | "aegean"
        | "self-refine"
        | "self-debug"

    Collaboration pattern types.

    • sequential: Experts work in order, passing results forward
    • parallel: Experts work simultaneously on the same task
    • review: One expert reviews another's work
    • consensus: Voting-based decision making
    • reflexion: Multi-agent reflexion with persona-based critics (arxiv:2512.20845)
    • aegean: Byzantine-fault-tolerant consensus (arxiv:2512.20184)
    • self-refine: Iterative refinement with self-feedback (arxiv:2303.17651)
    • self-debug: Automatic error detection and repair (arxiv:2304.05128)