FeatureContext

Represents a context for managing and configuring features in an AI agent. Provides functionality to install and configure features into a specific instance of an AI agent.

Functions

Link copied to clipboard
fun <Config : FeatureConfig, Feature : Any> install(feature: AIAgentNonGraphFeature<Config, Feature>, configure: Config.() -> Unit = {})

Installs and configures a feature into the current AI agent context.