Table of Contents

Method Create

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

Create(PlanningStrategy)

Creates a planning handler for the specified strategy.

public static IPlanningHandler Create(PlanningStrategy strategy)

Parameters

strategy PlanningStrategy

The 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.