from

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.

Return

A PartialAgentEdgeBuilder instance that provides methods to further define the edge, such as specifying the destination node and additional data transformations.

Parameters

node

The starting node for the edge being built. This node represents the source of the data that will flow through the constructed edge.