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

    Interface StateChangePayload

    Payload for state change events.

    interface StateChangePayload {
        type: "state_change";
        previousState: SwarmAgentState;
        newState: SwarmAgentState;
        reason?: string;
    }
    Index

    Properties

    type: "state_change"
    previousState: SwarmAgentState
    newState: SwarmAgentState
    reason?: string