AIAgentPlannerFeature

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.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun install(config: TConfig, pipeline: AIAgentPlannerPipeline): TFeatureImpl

Installs the feature into the specified pipeline.