config:增加两个配置项,梦起始时间和全局记忆

This commit is contained in:
SengokuCola
2025-12-04 19:59:57 +08:00
parent 79b4886326
commit 0399f878f0
10 changed files with 89 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
[inner]
version = "7.0.0"
version = "7.0.1"
#----以下是给开发人员阅读的,如果你只是部署了麦麦,不需要阅读----
# 如果你想要修改配置文件请递增version的值
@@ -110,10 +110,12 @@ include_planner_reasoning = false # 是否将planner推理加入replyer默认
[memory]
max_agent_iterations = 3 # 记忆思考深度最低为1不深入思考
enable_jargon_detection = true # 记忆检索过程中是否启用黑话识别
global_memory = false # 是否允许记忆检索进行全局查询
[dream]
interval_minutes = 30 # 做梦时间间隔分钟默认30分钟
interval_minutes = 45 # 做梦时间间隔分钟默认30分钟
max_iterations = 20 # 做梦最大轮次默认20轮
first_delay_seconds = 1200 # 程序启动后首次做梦前的延迟时间默认60秒
[jargon]
all_global = true # 是否开启全局黑话模式,注意,此功能关闭后,已经记录的全局黑话不会改变,需要手动删除