WorkflowGraphEdge

Represents an edge in an Agent workflow graph.

KEY TYPE Description
target str The name of the target node of the edge.
details dict Additional details about the edge. Like the condition for edge execution.
source str The name of the source node of the edge.