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
registryAgentRegistryThe registry of available delegate agents.
routerIDelegationRouterOptional custom router. Defaults to name-based routing.