Table of Contents

Method Initialize

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

Initialize(PlanningContext)

Prepares the execution context before the first inference call.

Called once at the start of agent execution. Use this to initialize any state needed for the planning process.

void Initialize(PlanningContext context)

Parameters

context PlanningContext

The planning context containing agent and execution state.