Package me.neurodock.core.memory
package me.neurodock.core.memory
A memory module for the AI Assistent to have the abilit to store memories between conversations, and over longer time
TODO: Key-Value map memory bank alongside of the array based.
-
ClassesClassDescriptionProvides the add_memory function.
This function adds a string to the memory.CoreMemory is a class that provides a way to store and retrieve strings from a file.
This is meant to be used as a way to store and retrieve strings from a file.Provides the get_memory function.
This function retrives all the memory.Provides the remove_memory function.
This function removes a value from the memory.