PartialAgentEdgeBuilder
A builder class used to define a transitional directed edge in an AI agent strategy graph.
This class allows the creation of a partial edge connection from a specified node to its target node, enabling data flow from the source node's output to the target node's input. The actual configuration of the edge (e.g., data transformations, flow conditions) is finalized using the next step in the builder chain.
Parameters
The type of input that the source node processes.
The type of output that the source node produces.
Functions
Creates a directed edge from the current node to the specified node, enabling the flow of data between them in the AI agent strategy graph. This method connects the current node's output directly to the input of the specified node without applying transformations.