Feature

Companion object implementing agent feature, handling ChatMemory creation and installation.

Properties

Link copied to clipboard
open override val key: AIAgentStorageKey<ChatMemory>

Functions

Link copied to clipboard
open override fun createInitialConfig(agentConfig: AIAgentConfig): ChatMemoryConfig
Link copied to clipboard
open override fun install(config: ChatMemoryConfig, pipeline: AIAgentFunctionalPipeline): ChatMemory
open override fun install(config: ChatMemoryConfig, pipeline: AIAgentGraphPipeline): ChatMemory
open override fun install(config: ChatMemoryConfig, pipeline: AIAgentPlannerPipeline): ChatMemory