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

    Interface StateMachineOptions

    State machine options.

    interface StateMachineOptions {
        initialState?: AgentState;
        maxErrorCount?: number;
        trackHistory?: boolean;
        maxHistorySize?: number;
    }
    Index

    Properties

    initialState?: AgentState

    Initial state (defaults to 'idle')

    maxErrorCount?: number

    Maximum error count before permanent error state

    trackHistory?: boolean

    Enable transition history tracking

    maxHistorySize?: number

    Maximum history entries to keep