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

    Interface ObserverTrackedAgent

    Tracked agent information.

    interface ObserverTrackedAgent {
        id: string;
        role: string;
        state: "error" | "thinking" | "idle" | "waiting" | "executing";
        currentTask?: string;
        lastUpdated: string;
        taskCount: number;
        errorCount: number;
    }
    Index

    Properties

    id: string
    role: string
    state: "error" | "thinking" | "idle" | "waiting" | "executing"
    currentTask?: string
    lastUpdated: string
    taskCount: number
    errorCount: number