install
fun <TConfig : FeatureConfig> install(feature: AIAgentGraphFeature<TConfig, *>, configure: ConfigureAction<TConfig>): GraphAgentBuilder<Input, Output>(source)
Installs a specified feature into the current context and applies its configuration.
Return
The current GraphAgentBuilder instance, enabling further configurations.
Parameters
TConfig
The type of configuration required by the feature, extending FeatureConfig.
feature
The feature to install, represented by an implementation of AIAgentGraphFeature.
configure
A lambda used to customize the configuration of the feature.