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

    Interface AgentCluster

    Cluster of agents that work together frequently.

    interface AgentCluster {
        clusterId: string;
        agents: string[];
        cohesion: number;
        internalInteractions: number;
        externalInteractions: number;
        dominantPattern?: string;
    }
    Index

    Properties

    clusterId: string

    Cluster identifier

    agents: string[]

    Agents in this cluster

    cohesion: number

    Cohesion score (0-1, higher = tighter cluster)

    internalInteractions: number

    Number of interactions within cluster

    externalInteractions: number

    Number of interactions with external agents

    dominantPattern?: string

    Dominant interaction pattern