Class WorkflowOrchestrator
public class WorkflowOrchestrator : IOrchestrator
- Inheritance
-
WorkflowOrchestrator
- Implements
- Inherited Members
Constructors
WorkflowOrchestrator(Graph)
public WorkflowOrchestrator(Graph workflow)
Parameters
workflow
Graph
Methods
GetNextSpeakerAsync(OrchestrationContext, CancellationToken)
Return the next agent as the next speaker. return null if no agent is selected.
public Task<IAgent?> GetNextSpeakerAsync(OrchestrationContext context, CancellationToken cancellationToken = default)
Parameters
context
OrchestrationContextorchestration context, such as candidate agents and chat history.
cancellationToken
CancellationTokencancellation token