Method CreateForAgent
CreateForAgent(Agent)
Creates a handler for the agent's configured planning strategy.
public static IPlanningHandler CreateForAgent(Agent agent)
Parameters
agentAgentThe agent to create a handler for.
Returns
- IPlanningHandler
A handler implementing the agent's planning strategy.