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

    Interface DashboardSnapshot

    Complete dashboard snapshot.

    interface DashboardSnapshot {
        timestamp: string;
        health: SwarmHealthMetrics;
        agents: AgentStatus[];
        graph: GraphSummary;
        activity: ActivityItem[];
        bottlenecks: BottleneckInfo[];
        clusters: AgentCluster[];
        contributions: ContributionScore[];
        activeTraces: string[];
    }
    Index

    Properties

    timestamp: string

    Snapshot timestamp

    Swarm health summary

    agents: AgentStatus[]

    Individual agent statuses

    Interaction graph summary

    activity: ActivityItem[]

    Recent activity feed

    bottlenecks: BottleneckInfo[]

    Current bottlenecks

    clusters: AgentCluster[]

    Detected clusters

    contributions: ContributionScore[]

    Top contributors (if task context)

    activeTraces: string[]

    Active traces