Table of Contents

Method CreateAgentOptions

Namespace
LMKit.Agents.Orchestration
Assembly
LM-Kit.NET.dll

CreateAgentOptions(OrchestrationOptions)

Builds the per-agent AgentExecutionOptions derived from an OrchestrationOptions instance.

Returns null when no field on options is set, so the underlying agent runs with its own configured defaults. This is the single source of truth for orchestration-to-agent option propagation; every orchestrator (including SupervisorOrchestrator's delegated workers via DelegateTool) consumes this helper to ensure uniform behavior.

protected static AgentExecutionOptions CreateAgentOptions(OrchestrationOptions options)

Parameters

options OrchestrationOptions

Returns

AgentExecutionOptions
Share