edges

The directed edges connecting this node to other nodes in the AI agent strategy graph. Each edge defines the flow and optional transformation of output data from this node to another.

The list starts empty and can only be extended via addEdge. Edges are evaluated in order during resolveEdge: the first edge that successfully processes the node output is selected.