StrategyEventGraphEdge

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.

Constructors

Link copied to clipboard
constructor(sourceNode: StrategyEventGraphNode, targetNode: StrategyEventGraphNode)

Properties

Link copied to clipboard

The unique identifier of the source node in the graph;

Link copied to clipboard

The unique identifier of the target node in the graph.