Represents options for running a phase against multiple agents.

interface MultipleAgentExecutionOptions {
    continueOnError?: boolean;
    maxConcurrency?: number;
    type?: number;
}

Hierarchy (View Summary)

Properties

continueOnError?: boolean

Indicates whether failure on one agent should prevent the phase from running on other agents.

maxConcurrency?: number

The maximum number of agents to use simultaneously.

type?: number

Indicates the type of execution options.