AIAgentPlannerFeature
interface AIAgentPlannerFeature<TConfig : FeatureConfig, TFeatureImpl : Any> : AIAgentFeature<TConfig, TFeatureImpl> (source)
Represents a planner-specific AI agent feature that can be installed into an AIAgentPlannerPipeline.
Parameters
TConfig
The type of configuration required for the feature, extending FeatureConfig.
TFeatureImpl
The type representing the concrete implementation of the feature.