AgentWorkflowConfig constructor
const
AgentWorkflowConfig({})
Creates agent workflow config.
Implementation
const AgentWorkflowConfig({
required this.maxConcurrentAgents,
required this.maxTurns,
required this.maxRetryBackoff,
required this.maxConcurrentAgentsByState,
required this.runner,
required this.llm,
});