Method ExecuteCoreAsync
- Namespace
- LMKit.Agents.Orchestration
- Assembly
- LM-Kit.NET.dll
ExecuteCoreAsync(OrchestrationContext, OrchestrationOptions, CancellationToken)
Core orchestration logic implemented by derived classes.
protected abstract Task<OrchestrationResult> ExecuteCoreAsync(OrchestrationContext context, OrchestrationOptions options, CancellationToken cancellationToken)
Parameters
contextOrchestrationContextThe orchestration context.
optionsOrchestrationOptionsThe orchestration options.
cancellationTokenCancellationTokenCancellation token.
Returns
- Task<OrchestrationResult>
The result, or
nullto build from context.