Wactorz JS
    Preparing search index...

    Type Alias StatePatchAgent

    One agent entry as the server includes it in state-patch messages.

    type StatePatchAgent = {
        agent_id: string;
        agent_type?: string;
        cost_usd?: number;
        cpu?: number;
        mem?: number;
        messages_processed?: number;
        name?: string;
        protected?: boolean;
        state?: string;
        status?: string;
        task?: string;
        uptime?: number;
    }
    Index

    Properties

    agent_id: string
    agent_type?: string
    cost_usd?: number
    cpu?: number
    mem?: number
    messages_processed?: number
    name?: string
    protected?: boolean
    state?: string
    status?: string
    task?: string
    uptime?: number