AIAgentGraphStrategyBuilder
A builder class responsible for constructing an instance of AIAgentGraphStrategy. The AIAgentGraphStrategyBuilder serves as a specific configuration for creating AI agent strategies with a defined start and finish node, along with a designated tool selection strategy.
Parameters
The name of the strategy being built, serving as a unique identifier.
The strategy used to determine the subset of tools available during subgraph execution.
Constructors
Properties
Functions
Builds and returns the instance of type T that has been configured using the builder.
Creates an edge between nodes.
Configures a subgraph within the AI agent framework, associating it with required tasks and operations.
Configures and sets up a subgraph with task handling, including tool execution operations, assistant response management, and task finalization logic.
Connects the sequence of nodes with edges between them.