feat:优化记忆查询的超时设置

This commit is contained in:
SengokuCola
2025-12-06 18:59:45 +08:00
parent 83ec86f28b
commit 441fc0b742
8 changed files with 474 additions and 371 deletions

View File

@@ -109,7 +109,8 @@ talk_value_rules = [
include_planner_reasoning = false # 是否将planner推理加入replyer默认关闭不加入
[memory]
max_agent_iterations = 3 # 记忆思考深度最低为1(不深入思考)
max_agent_iterations = 2 # 记忆思考深度最低为1
agent_timeout_seconds = 45.0 # 最长回忆时间(秒)
enable_jargon_detection = true # 记忆检索过程中是否启用黑话识别
global_memory = false # 是否允许记忆检索进行全局查询