OrchestratorConfig constructor
const
OrchestratorConfig({})
Implementation
const OrchestratorConfig({
this.loopDelay = const Duration(seconds: 2),
this.agentStepTimeout = const Duration(minutes: 2),
this.maxConsecutiveFailures = 3,
this.stuckThreshold = const Duration(minutes: 5),
this.enableStuckRecovery = true,
});