Table of Contents

Constructor DelegationManager

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

DelegationManager(AgentRegistry, IDelegationRouter)

Initializes a new instance of the DelegationManager class.

public DelegationManager(AgentRegistry registry, IDelegationRouter router = null)

Parameters

registry AgentRegistry

The registry of available delegate agents.

router IDelegationRouter

Optional custom router. Defaults to name-based routing.