NodeReference
Represents a reference to a specific type of node within an AI agent subgraph. This sealed class provides a way to resolve and identify nodes for various processing operations in the context of a subgraph.
Parameters
The input data type handled by the related node.
The output data type produced by the related node.
Inheritors
Types
The Start
class is a specialized type of NodeReference
that serves as a reference to the starting node of an AIAgentSubgraph
. This node initiates the processing of the subgraph by resolving and returning the subgraph's starting node.
Represents a specialized type of node used in the context of AI agent subgraphs. This class extends the functionality of a named node by providing specific behavior to resolve itself as a valid subgraph within the overarching system.