Interface IAgentState

Agent state from the Agent Manager.

interface IAgentState {
    activeCascadeId: null | string;
    currentModel: string;
    isEnabled: boolean;
    isProcessing: boolean;
}

Properties

activeCascadeId: null | string

Active cascade/conversation ID

currentModel: string

Current model in use

isEnabled: boolean

Whether the agent manager is enabled

isProcessing: boolean

Whether the agent is currently processing