PlannerAIAgent
constructor(promptExecutor: PromptExecutor, agentConfig: AIAgentConfig, strategy: AIAgentPlannerStrategy<Input, Output>, toolRegistry: ToolRegistry = ToolRegistry.EMPTY, id: String? = null, clock: KoogClock = KoogClock.System, installFeatures: PlannerAIAgent.FeatureContext.() -> Unit = {})(source)