Table of Contents

Method CreateForAgent

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

CreateForAgent(Agent)

Creates a handler for the agent's configured planning strategy.

public static IPlanningHandler CreateForAgent(Agent agent)

Parameters

agent Agent

The agent to create a handler for.

Returns

IPlanningHandler

A handler implementing the agent's planning strategy.