Represents an edge in an Agent workflow graph.
| KEY | TYPE | Description |
|---|---|---|
| source | str | The name of the source node of the edge. |
| details | dict | Additional details about the edge. Like the condition for edge execution. |
| target | str | The name of the target node of the edge. |