Update memory_activator.py

This commit is contained in:
SengokuCola
2025-08-13 23:18:00 +08:00
parent e23ed067fc
commit ef7a3aee23

View File

@@ -93,7 +93,7 @@ class MemoryActivator:
return [] return []
related_memory = await hippocampus_manager.get_memory_from_topic( related_memory = await hippocampus_manager.get_memory_from_topic(
valid_keywords=list(keywords_list), max_memory_num=10, max_memory_length=3, max_depth=3 valid_keywords=list(keywords_list), max_memory_num=5, max_memory_length=3, max_depth=3
) )