AIAgentSubgraphDelegate

A delegate that provides dynamic access to an instance of AIAgentSubgraph. This class facilitates constructing and associating a subgraph with specific start and finish nodes and a defined tool selection strategy upon access.

Parameters

Input

The type of input data that the subgraph processes.

Output

The type of output data that the subgraph produces.

Properties

Link copied to clipboard

The finishing node of the subgraph. This node marks the endpoint and produces the final output of the subgraph.

Link copied to clipboard

The starting node of the subgraph. This node marks the entry point of the subgraph and executes the initial logic.

Functions

Link copied to clipboard
operator fun getValue(thisRef: Any?, property: KProperty<*>): AIAgentSubgraph<Input, Output>

Provides access to an instance of AIAgentSubgraph based on the specified property reference.