OptimizableSubgraphDelegate

Delegate wrapper for optimizable subgraphs that captures the resolved subgraph name.

Parameters

Input

The input type for the subgraph.

Output

The output type for the subgraph.

Types

Link copied to clipboard
object Companion

Holds the process-wide registry mapping each optimizable subgraph to its baseline instruction.

Functions

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

Property delegation operator. Resolves the subgraph name, registers the subgraph in the discovery registry, and makes the name available to node lambdas via nameHolder.