PlannerAIAgent
Represents an instance of planner agent using AIAgentPlannerStrategy.
Parameters
The type of the state.
The type of the plan.
Constructors
Types
Represents a context for managing and configuring features in an AI agent. Provides functionality to install and configure features into a specific instance of an AI agent.
Properties
The configuration for the agent.
Lambda for installing additional features within the agent environment.
Represents the pipeline used by the AI agent for processing tasks or data.
The executor responsible for processing prompts.
The strategy for processing input and generating output.
The registry of tools available for the agent. Defaults to an empty registry if not specified.
Functions
Converts the current AI agent into a tool to allow using it in other agents as a tool.
Creates a new AIAgentRunSession for executing the agent with the given input.
Prepares and initializes the agent context required to handle the given input and run ID.