Interface IWorkflowMatcher
Matches incoming requests against catalogued workflows for reuse.
public interface IWorkflowMatcher
Methods
MatchAsync(AgentRequest, CancellationToken)
Task<WorkflowMatchResult?> MatchAsync(AgentRequest request, CancellationToken ct = default)
Parameters
requestAgentRequestctCancellationToken