Table of Contents

Method Delegation

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

Delegation(string, string, string, int, int)

Creates a delegation token (when supervisor delegates to worker).

public static OrchestrationStreamToken Delegation(string fromAgent, string toAgent, string task, int step, int tokenIndex)

Parameters

fromAgent string
toAgent string
task string
step int
tokenIndex int

Returns

OrchestrationStreamToken
Share