Feature
object Feature : AIAgentGraphFeature<ChatMemoryConfig, ChatMemory> , AIAgentFunctionalFeature<ChatMemoryConfig, ChatMemory> , AIAgentPlannerFeature<ChatMemoryConfig, ChatMemory> (source)
Companion object implementing agent feature, handling ChatMemory creation and installation.
Functions
Link copied to clipboard
Link copied to clipboard
open override fun install(config: ChatMemoryConfig, pipeline: AIAgentFunctionalPipeline): ChatMemory