AgentEdgeBuilder
A builder class for creating and managing edges between AI agent nodes in a graph. This class serves as an entry point to initiate the construction of directed edges by associating a starting node with subsequent interconnected nodes.
The builder facilitates a step-by-step process for defining the relationships and data flows between nodes in the agent strategy graph. Starting from a defined node, it returns a PartialAgentEdgeBuilder to further specify the destination node and finalize the edge configuration.
This is specifically designed for Java interoperability.
Functions
Initializes the construction of a partial edge in the AI agent strategy graph, starting from the specified node. The partial edge allows further specification of the destination node and the transformation logic for data flowing between nodes.