@conciergus/chat - v0.3.1
    Preparing search index...

    Interface ConciergusAgentState

    interface ConciergusAgentState {
        currentWorkflow: AgentWorkflow;
        isRunning: boolean;
        isPaused: boolean;
        workflows: AgentWorkflow[];
        metrics: AgentPerformanceMetrics;
        error: Error;
        context: AgentContext;
    }

    Hierarchy (View Summary)

    Index

    Properties

    currentWorkflow: AgentWorkflow
    isRunning: boolean
    isPaused: boolean
    workflows: AgentWorkflow[]
    error: Error
    context: AgentContext