AgentSubgraphBuilder
A builder class for configuring and constructing subgraphs in an AI agent graph strategy.
This class provides methods to configure the subgraph's properties such as tool selection strategy, LLM (Language Model) parameters,
Inheritors
Constructors
Functions
Configures the builder with a selection of tools defined by the provided tool sets. The tools will be extracted from each ToolSet and applied to the builder's tool selection strategy.
Configures the builder to use a specific list of tools for the AI agent's subgraph.
Sets the specified Large Language Model (LLM) for the agent subgraph builder.
Configures the builder with the specified input type and returns a new instance of AIAgentSubgraphBuilderWithInput, allowing further configuration for the specified input type.
Sets the parameters for the Language Learning Model (LLM) in the current builder.
Sets the specified response processor to handle and modify LLM responses.
Sets the tool selection strategy for the subgraph builder and returns the updated builder instance.