Method Create
Create(PlanningStrategy)
Creates a planning handler for the specified strategy.
public static IPlanningHandler Create(PlanningStrategy strategy)
Parameters
strategyPlanningStrategyThe planning strategy.
Returns
- IPlanningHandler
A handler implementing the specified strategy.
Remarks
Returns singleton instances for stateless handlers (None, default CoT). For handlers that may be customized, consider creating instances directly.