edges

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

The list is initially empty and can only be modified internally by using the addEdge function, which appends new edges to the existing list.