nodeSaveToMemory
fun <T> AIAgentSubgraphBuilderBase<*, *>.nodeSaveToMemory(name: String? = null, subject: MemorySubject, scope: MemoryScopeType, concepts: List<Concept>): AIAgentNodeDelegateBase<T, T>(source)
Node that saves a fact to memory
Parameters
subject
The subject scope of the memory (USER, PROJECT, etc.)
scope
The scope of the memory (Agent, Feature, etc.)
concepts
List of concepts to save in memory
fun <T> AIAgentSubgraphBuilderBase<*, *>.nodeSaveToMemory(name: String? = null, concept: Concept, subject: MemorySubject, scope: MemoryScopeType): AIAgentNodeDelegateBase<T, T>(source)
Node that saves a fact to memory
Parameters
subject
The subject scope of the memory (USER, PROJECT, etc.)
scope
The scope of the memory (Agent, Feature, etc.)
concept
The concept to save in memory