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

    Interface DashboardConfig

    Dashboard configuration options.

    interface DashboardConfig {
        format: DashboardFormat;
        maxAgentsShown: number;
        maxEventsShown: number;
        showGraph: boolean;
        showBottlenecks: boolean;
        showClusters: boolean;
        showContributions: boolean;
        timeWindowMs: number;
    }
    Index

    Properties

    Output format

    maxAgentsShown: number

    Maximum agents to show in summary

    maxEventsShown: number

    Maximum events to show in activity feed

    showGraph: boolean

    Whether to show interaction graph

    showBottlenecks: boolean

    Whether to show bottleneck warnings

    showClusters: boolean

    Whether to show cluster analysis

    showContributions: boolean

    Whether to show contribution scores

    timeWindowMs: number

    Time window for recent activity (ms)