AIAgentEdge

Represents a directed edge connecting two nodes in the graph of an AI agent strategy. This edge facilitates the transmission of data between a source node and a destination node, allowing transformation or filtering of output values from the source node before they reach the destination node.

Type Parameters

IncomingOutput

The type of output produced by the source node connected to this edge.

OutgoingInput

The type of input accepted by the destination node connected to this edge.

Represents a directed edge connecting two nodes in the graph of an AI agent strategy. This edge facilitates the transmission of data between a source node and a destination node, allowing transformation or filtering of output values from the source node before they reach the destination node.

Type Parameters

IncomingOutput

The type of output produced by the source node connected to this edge.

OutgoingInput

The type of input accepted by the destination node connected to this edge.

Represents a directed edge connecting two nodes in the graph of an AI agent strategy. This edge facilitates the transmission of data between a source node and a destination node, allowing transformation or filtering of output values from the source node before they reach the destination node.

Type Parameters

IncomingOutput

The type of output produced by the source node connected to this edge.

OutgoingInput

The type of input accepted by the destination node connected to this edge.

Types

Link copied to clipboard
object Companion

Provides companion functionality for the AIAgentEdge class. This includes utility methods for constructing instances of AIAgentEdge via a builder.

Properties

Link copied to clipboard

The source node in the AI agent strategy graph which this edge connects.

The source node in the AI agent strategy graph which this edge connects.

The source node in the AI agent strategy graph which this edge connects.

Link copied to clipboard

The destination node in the AI agent strategy graph to which this edge connects.

The destination node that this edge connects to.

The destination node in the AI agent strategy graph to which this edge connects.