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

    Interface AgentWorkflowConfig

    interface AgentWorkflowConfig {
        enabled?: boolean;
        maxSteps?: number;
        stepTimeout?: number;
        allowParallelExecution?: boolean;
        workflowDefinitions?: Record<string, any>;
    }
    Index

    Properties

    enabled?: boolean
    maxSteps?: number
    stepTimeout?: number
    allowParallelExecution?: boolean
    workflowDefinitions?: Record<string, any>