feat:允许关闭聊天规划处理器

This commit is contained in:
SengokuCola
2025-06-02 12:43:36 +08:00
parent d6b360dd22
commit 12a88dcd99
4 changed files with 8 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ install(extra_lines=3)
# 如果配置键名为 None则该处理器默认启用且不能通过 focus_chat_processor 配置禁用
PROCESSOR_CLASSES = {
"ChattingInfoProcessor": (ChattingInfoProcessor, None),
"MindProcessor": (MindProcessor, None),
"MindProcessor": (MindProcessor, "mind_processor"),
"ToolProcessor": (ToolProcessor, "tool_use_processor"),
"WorkingMemoryProcessor": (WorkingMemoryProcessor, "working_memory_processor"),
"SelfProcessor": (SelfProcessor, "self_identify_processor"),