Update project files
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user