better:优化记忆系统,海马体2.0-10%

This commit is contained in:
SengokuCola
2025-03-27 17:11:08 +08:00
parent 6e63863e19
commit dce1fdd9fd
4 changed files with 883 additions and 7 deletions

View File

@@ -27,10 +27,6 @@ memory_config = LogConfig(
console_format=MEMORY_STYLE_CONFIG["console_format"],
file_format=MEMORY_STYLE_CONFIG["file_format"],
)
# print(f"memory_config: {memory_config}")
# print(f"MEMORY_STYLE_CONFIG: {MEMORY_STYLE_CONFIG}")
# print(f"MEMORY_STYLE_CONFIG['console_format']: {MEMORY_STYLE_CONFIG['console_format']}")
# print(f"MEMORY_STYLE_CONFIG['file_format']: {MEMORY_STYLE_CONFIG['file_format']}")
logger = get_module_logger("memory_system", config=memory_config)