WorkflowConfig constructor
const
WorkflowConfig({
- required TrackerWorkflowConfig tracker,
- required PollingWorkflowConfig polling,
- required WorkspaceWorkflowConfig workspace,
- required HooksWorkflowConfig hooks,
- required AgentWorkflowConfig agent,
- required CodexWorkflowConfig codex,
- required ServerWorkflowConfig server,
Creates a typed workflow config.
Implementation
const WorkflowConfig({
required this.tracker,
required this.polling,
required this.workspace,
required this.hooks,
required this.agent,
required this.codex,
required this.server,
});