Added a TODO for the memory package
build / build (push) Has been cancelled

This commit is contained in:
2026-05-27 01:32:44 +02:00
parent f6610777ae
commit 06cf1c766a
@@ -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;