AIAgentLLMContext
Parameters
A list of tools described by ToolDescriptor that the agent can interact with.
A registry of available tools, defaulting to an empty ToolRegistry.
The initial prompt used in the context, represented by a Prompt instance.
The language model used for processing prompts and generating responses.
An optional ResponseProcessor for handling and processing model responses.
Responsible for executing the logic for prompt processing in the context.
The operational environment of the AI agent, represented by an AIAgentEnvironment.
Configuration settings for the AI agent, encapsulated in an AIAgentConfig.
A clock instance for managing time-related operations within the context.
Parameters
A list of tools described by ToolDescriptor that the agent can interact with.
A registry of available tools, defaulting to an empty ToolRegistry.
The initial prompt used in the context, represented by a Prompt instance.
The language model used for processing prompts and generating responses.
An optional ResponseProcessor for handling and processing model responses.
Responsible for executing the logic for prompt processing in the context.
The operational environment of the AI agent, represented by an AIAgentEnvironment.
Configuration settings for the AI agent, encapsulated in an AIAgentConfig.
A clock instance for managing time-related operations within the context.