AIAgentFunctionalFeature
interface AIAgentFunctionalFeature<TConfig : FeatureConfig, TFeatureImpl : Any> : AIAgentFeature<TConfig, TFeatureImpl> (source)
Represents a functional-specific AI agent feature that can be installed into an AIAgentFunctionalPipeline.
Parameters
TConfig
The type of configuration required for the feature, extending FeatureConfig.
TFeatureImpl
The type representing the concrete implementation of the feature.
Properties
Link copied to clipboard
A key used to uniquely identify a feature of type TFeatureImpl within the local agent storage.
Functions
Link copied to clipboard
Creates and returns an initial configuration for the feature.
Link copied to clipboard
Installs the feature into the specified pipeline.