Table of Contents

Constructor DelegateTool

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

DelegateTool(AgentRegistry, Agent)

Initializes a new instance of the DelegateTool class.

public DelegateTool(AgentRegistry registry, Agent sourceAgent = null)

Parameters

registry AgentRegistry

The registry containing available delegate agents.

sourceAgent Agent

The agent that owns this tool (for context passing).

Exceptions

ArgumentNullException

Thrown when registry is null.