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

    Interface ArchitecturePattern

    Architecture pattern identification.

    interface ArchitecturePattern {
        name: string;
        category: string;
        applicability: number;
        tradeoffs: { pros: string[]; cons: string[] };
    }
    Index

    Properties

    name: string

    Pattern name

    category: string

    Pattern category

    applicability: number

    Applicability score (0-1)

    tradeoffs: { pros: string[]; cons: string[] }

    Trade-offs