Table of Contents

Method FromAgent

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

FromAgent(Agent)

Creates a delegation manager from an agent's delegates.

public static DelegationManager FromAgent(Agent agent)

Parameters

agent Agent

The agent with delegates configured.

Returns

DelegationManager

A new delegation manager, or null if the agent has no delegates.