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

    Interface StateTransition

    State transition metadata.

    interface StateTransition {
        from: AgentState;
        to: AgentState;
        event: StateTransitionEvent;
        timestamp: string;
        context?: Record<string, unknown>;
    }
    Index

    Properties

    Previous state

    New state

    Event that triggered the transition

    timestamp: string

    Timestamp of the transition

    context?: Record<string, unknown>

    Optional context data