Table of Contents

Event BeforeDelegation

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

Fired before the supervisor delegates a task to a worker agent via the delegate_to_agent tool. Handlers can inspect or cancel the request.

public event EventHandler<BeforeDelegationEventArgs> BeforeDelegation

Returns

EventHandler<BeforeDelegationEventArgs>
Fired before the supervisor delegates a task to a worker agent via the delegate_to_agent tool. Handlers can inspect or cancel the request.
Share