Table of Contents

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

context OrchestrationContext

The orchestration context.

options OrchestrationOptions

The orchestration options.

cancellationToken CancellationToken

Cancellation token.

Returns

Task<OrchestrationResult>

The result, or null to build from context.