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 @@
+ - +