Update project files

This commit is contained in:
2026-05-22 15:00:14 +09:00
parent 132d130ff1
commit 8016ef18fa
29 changed files with 1353 additions and 804 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ export class MemoryManager {
};
this.shortTerm = new ShortTermMemory();
this.longTerm = new LongTermMemory(brainPath);
this.longTerm = new LongTermMemory(brainPath, this.config.longTermMaxEntries);
this.procedural = new ProceduralMemory(brainPath);
this.episodic = new EpisodicMemory(brainPath, this.config.episodicMaxEpisodes);
this.extractor = new MemoryExtractor();