feat:为focus的no_reply决策加入更多信息,可以自定义频率

This commit is contained in:
SengokuCola
2025-06-23 15:36:31 +08:00
parent bf782aed70
commit 66f35bb5e7
12 changed files with 112 additions and 29 deletions

View File

@@ -99,7 +99,7 @@ class MemoryActivator:
for working_info_item in working_info:
obs_info_text += f"{working_info_item['type']}: {working_info_item['content']}\n"
logger.info(f"回忆待检索内容obs_info_text: {obs_info_text}")
# logger.info(f"回忆待检索内容obs_info_text: {obs_info_text}")
# 将缓存的关键词转换为字符串用于prompt
cached_keywords_str = ", ".join(self.cached_keywords) if self.cached_keywords else "暂无历史关键词"