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