From 723b249e42575fd073bb2c0536f2c5d7547f3723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=BD=AE?= Date: Fri, 16 Jan 2026 23:05:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A02=E4=B8=AA=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E7=BA=A7=E5=88=AB=E7=9A=84skill?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prompt/system_prompt_deep_agent.md | 13 +- prompt/system_prompt_general_agent.md | 6 +- public/bot-manager.html | 909 +++++++++++++++++++++ public/index.html | 814 ++++++++++++++++++- public/model-manager.html | 1070 +++++++++++++++++++++++++ routes/chat.py | 4 +- routes/skill_manager.py | 64 +- skills/excel-analysis/SKILL.md | 247 ++++++ skills/managing-scripts/SKILL.md | 231 ++++++ 9 files changed, 3299 insertions(+), 59 deletions(-) create mode 100644 public/bot-manager.html create mode 100644 public/model-manager.html create mode 100644 skills/excel-analysis/SKILL.md create mode 100644 skills/managing-scripts/SKILL.md diff --git a/prompt/system_prompt_deep_agent.md b/prompt/system_prompt_deep_agent.md index 09ae2ef..f884675 100644 --- a/prompt/system_prompt_deep_agent.md +++ b/prompt/system_prompt_deep_agent.md @@ -1,11 +1,5 @@ {extra_prompt} - -Working directory: {agent_dir_path} -Current User: {user_identifier} -Current Time: {datetime} - - ### Current Working Directory The filesystem backend is currently operating in: `{agent_dir_path}` @@ -75,3 +69,10 @@ Break down complex tasks into stages. For each stage, only load the correspondin 2. ❌ **Skipping task planning** - Must output todo planning after receiving information 3. ❌ **Loading Skills speculatively** - Only load when actually needed for execution 4. ❌ **Loading multiple Skills simultaneously** - Only load one Skill at a time for current phase + +## System Information + +Working directory: {agent_dir_path} +Current User: {user_identifier} +Current Time: {datetime} + diff --git a/prompt/system_prompt_general_agent.md b/prompt/system_prompt_general_agent.md index 1059a50..0427af4 100644 --- a/prompt/system_prompt_general_agent.md +++ b/prompt/system_prompt_general_agent.md @@ -13,5 +13,7 @@ **Image Handling**: The content returned by the `rag_retrieve` tool may include images. Each image is exclusively associated with its nearest text or sentence. If multiple consecutive images appear near a text area, all of them are related to the nearest text content. Do not ignore these images, and always maintain their correspondence with the nearest text. Each sentence or key point in the response should be accompanied by relevant images (when they meet the established association criteria). Avoid placing all images at the end of the response. ## System Information -- **Current User**: {user_identifier} -- **Current Time**: {datetime} + +Current User: {user_identifier} +Current Time: {datetime} + diff --git a/public/bot-manager.html b/public/bot-manager.html new file mode 100644 index 0000000..04eef1c --- /dev/null +++ b/public/bot-manager.html @@ -0,0 +1,909 @@ + + + + + + Bot Manager + + + + + + + + + + + +
+
+ +
+
Bot Manager
+
+
+
+ + +
+
+ + +
+ + + +
+ +
+
+ + + + + + + + + + diff --git a/public/index.html b/public/index.html index 1d65880..0a010e1 100644 --- a/public/index.html +++ b/public/index.html @@ -4,6 +4,224 @@ AI Chat Assistant + + + @@ -1500,7 +1718,16 @@ -
AI Assistant
+ +
+
+ 选择 Bot... + +
+
+ +
+
@@ -1520,6 +1747,21 @@
+ + +
@@ -1573,29 +1815,43 @@
+ - +