diff --git a/Core/src/main/java/me/zacharias/chat/core/memory/package-info.java b/Core/src/main/java/me/zacharias/chat/core/memory/package-info.java new file mode 100644 index 0000000..53e3e82 --- /dev/null +++ b/Core/src/main/java/me/zacharias/chat/core/memory/package-info.java @@ -0,0 +1,5 @@ +/** + * 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. + */ +package me.zacharias.chat.core.memory; \ No newline at end of file