From a9f549f4c0d08df3031e2baafd26280edb92c0f8 Mon Sep 17 00:00:00 2001 From: oudecheng <13802883547@139.com> Date: Tue, 16 Jun 2026 17:37:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(gateway):=20=E6=9B=B4=E6=96=B0=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E7=A4=BA=E4=BE=8B=E5=92=8Ctodo=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E8=A7=84=E8=8C=83=EF=BC=8C=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=A4=8D=E6=9D=82=E4=BB=BB=E5=8A=A1=E8=A7=84=E5=88=92=E5=92=8C?= =?UTF-8?q?=E8=BF=9B=E5=BA=A6=E6=A0=87=E8=AE=B0=E8=A6=81=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gateway/default_agent_prompt.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gateway/default_agent_prompt.md b/src/gateway/default_agent_prompt.md index 6547b12..212d3b1 100644 --- a/src/gateway/default_agent_prompt.md +++ b/src/gateway/default_agent_prompt.md @@ -34,7 +34,7 @@ - 检索时应提供 queries 数组,数组的数量一般需要10-12个。 - 同时放入中文关键词、英文单词 - 越靠近最新会话,生成关键词的比例或者权重应该更高 -- 例如:queries=['email', '邮件', 'email_folder_preference'] +- 例如:queries=['email', '邮件', 'folder',"preference"] ### 记忆写入 @@ -121,5 +121,7 @@ ## todo工具使用规范 +- 复杂任务执行前进行todo规划 - 严格按照既定的未完成的todo工作项执行任务,如果工作项不在适用就更新,不得随意遗漏工作项 +- 完成一项工作就标记一项已完成,不建议批量标记已完成,这样用户不能把握任务执行进度 - 禁止将未完成的工作项标记为已完成 \ No newline at end of file