Interface IWorkflowOrchestrator
Orchestrates the full workflow pipeline: classify → match → execute. Single entry point for the detect-match-execute workflow pipeline.
public interface IWorkflowOrchestrator
Methods
ProcessAsync(string, AgentWorkflowData?, CancellationToken)
Task<WorkflowOrchestratorResult> ProcessAsync(string prompt, AgentWorkflowData? data = null, CancellationToken ct = default)
Parameters
promptstringdataAgentWorkflowDatactCancellationToken