fix:修复私聊记忆

This commit is contained in:
SengokuCola
2025-11-09 17:35:43 +08:00
parent 7b3793f366
commit 98c85d8d1d
6 changed files with 14 additions and 377 deletions

View File

@@ -238,7 +238,6 @@ class BrainChatting:
async with global_prompt_manager.async_message_scope(self.chat_stream.context.get_template_name()):
asyncio.create_task(self.expression_learner.trigger_learning_for_chat())
asyncio.create_task(global_memory_chest.build_running_content(chat_id=self.stream_id))
cycle_timers, thinking_id = self.start_cycle()
logger.info(f"{self.log_prefix} 开始第{self._cycle_counter}次思考")