AIAgentPlannerContext
Constructs an instance of AIAgentPlannerContext by delegating to the base implementation for the AI agent's functional context. This constructor initializes the context with the provided components and parameters to facilitate agent planning and execution.
Parameters
The AI agent's operating environment, which provides tools, error reporting, and mechanism for execution.
A unique identifier for the agent.
A unique identifier representing the current execution run.
Input data provided to the agent for processing or decision-making.
Configuration details for the AI agent, dictating its behavior and settings.
The context for interactions with the underlying language model.
Responsible for managing the state of the agent across executions.
Provides long-term memory or storage for the agent's operations.
Name of the strategy guiding the agent's behavior.
The planning pipeline that orchestrates the agent's decision-making processes.
Metadata and details regarding the agent's execution, such as timestamps or states.
An optional parent context, allowing nested or hierarchical composition of agent contexts.