install
fun <TConfig : FeatureConfig> install(feature: AIAgentGraphFeature<TConfig, *>, configure: ConfigureAction<TConfig>): GraphAgentBuilder<String, String>(source)
Installs a graph-specific AI agent feature into the builder with its provided configuration.
This method allows the integration of an AIAgentGraphFeature into the builder and its configuration using a lambda function.
Return
An instance of GraphAgentBuilder configured with the installed feature.
Parameters
feature
The AIAgentGraphFeature to be installed into the builder.
configure
A lambda function to configure the feature's properties and behavior.