更新 v260930.md

This commit is contained in:
8ga
2026-09-11 17:34:08 +08:00
parent 05138c0496
commit 17ba3dc05b
+36 -3
View File
@@ -24,12 +24,45 @@ CREATE TABLE `mis-debugging`.`work_sheet` (
`finish_time` DATETIME NULL COMMENT '执行结束时间',
PRIMARY KEY (`id`),
KEY idx_task_id(`task_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='工单表';
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='工单表':
```
## Nacos
```yml
xx:
yy: zz
agents:
filesystem:
# SESSION/USER/AGENT/GLOBAL
isolationScope: USER
# 当上下文没有用户ID时使用的默认值
anonymousUserId: "sys_uid"
workspace
localRootPath: ${user.home}/.se-agent
shell: false
compaction:
triggerMessages: 50
triggerTokens: 0
reserved: 20000
keepMessages: 20
keepTokens: -1
keepTokensMin: 2000
keepTokensMax: 8000
keepTokensRatio: 0.25
# 设置为default表示使用默认值
summaryPrompt: "default"
flushBeforeCompact: true
offloadBeforeCompact: true
prune:
protectTokens: 40000
protectTokens: 20000
maxOutputChars: 2000
excludedTools:
- "read_file"
- "memory_search"
- "memory_get"
- "session_search"
model:
name: "gpt-oss-120b"
stream: true
temperature: 0.2
```