feat:处理器处理时间上限,处理并行模式,planner和思考prompt,循环观察器大优化

feat:增加了处理器处理时间上限,记忆处理并行模式,优化了planner和思考prompt,优化了循环观察器
This commit is contained in:
SengokuCola
2025-05-30 11:04:29 +08:00
parent 8f0a4d9d2c
commit 54724ae21e
21 changed files with 233 additions and 120 deletions

View File

@@ -403,15 +403,15 @@ class ConfigEditor:
# 创建模型名称标签(大字体)
model_name = var.get() if var.get() else providers[0]
section_translations = {
"model.utils": "工具模型",
"model.utils_small": "小型工具模型",
"model.utils": "麦麦组件模型",
"model.utils_small": "小型麦麦组件模型",
"model.memory_summary": "记忆概括模型",
"model.vlm": "图像识别模型",
"model.embedding": "嵌入模型",
"model.normal_chat_1": "普通聊天:主要聊天模型",
"model.normal_chat_2": "普通聊天:次要聊天模型",
"model.focus_working_memory": "专注模式:工作记忆模型",
"model.focus_chat_mind": "专注模式:聊天规划模型",
"model.focus_chat_mind": "专注模式:聊天思考模型",
"model.focus_tool_use": "专注模式:工具调用模型",
"model.focus_planner": "专注模式:决策模型",
"model.focus_expressor": "专注模式:表达器模型",

View File

@@ -302,6 +302,15 @@ description = "思考的时间间隔(秒),可以有效减少消耗"
name = "连续回复能力"
description = "连续回复能力,值越高,麦麦连续回复的概率越高"
[translations.items.parallel_processing]
name = "并行处理"
description = "是否并行处理回忆和处理器阶段,可以节省时间"
[translations.items.processor_max_time]
name = "处理器最大时间"
description = "处理器最大时间,单位秒,如果超过这个时间,处理器会自动停止"
[translations.items.observation_context_size]
name = "观察上下文大小"
description = "观察到的最长上下文大小建议15太短太长都会导致脑袋尖尖"