From 17ba3dc05b9922d499f5ca2d35523b258ebda6c8 Mon Sep 17 00:00:00 2001 From: 8ga Date: Fri, 11 Sep 2026 17:34:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20v260930.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v260930.md | 39 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/v260930.md b/v260930.md index 410fc40..07ab9d8 100644 --- a/v260930.md +++ b/v260930.md @@ -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 ``` \ No newline at end of file