StrategyEventGraphEdge
data class StrategyEventGraphEdge(val sourceNode: StrategyEventGraphNode, val targetNode: StrategyEventGraphNode)(source)
Represents a directed edge in the AI agent graph.
This class models the relationship or connection between two nodes in the graph structure by specifying the source and target node identifiers. It is used to construct and represent the flow or dependencies between various components or processes of an AI agent.