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
agentAgentThe agent with delegates configured.
Returns
- DelegationManager
A new delegation manager, or
nullif the agent has no delegates.