From afc68af3a67b2f936429feb3a68c1f09e03ce930 Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期五, 11 四月 2025 10:07:24 +0800
Subject: [PATCH] 智能体中心不显示自研智能体

---
 app/config/const.py |   41 ++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 40 insertions(+), 1 deletions(-)

diff --git a/app/config/const.py b/app/config/const.py
index 48fa3ed..b0d8a39 100644
--- a/app/config/const.py
+++ b/app/config/const.py
@@ -1,11 +1,22 @@
 
-### ----------dify------api token
+### ----------df------api token
 DOCUMENT_TO_CLEANING = "document_to_cleaning"
 DOCUMENT_TO_REPORT = "document_to_report"
 IMAGE_TO_TEXT = "image_and_text_conversion"
 DOCUMENT_IA_QUESTIONS = "document_ia_questions"
+DOCUMENT_IA_QUESTIONS_DS = "document_ia_questions_ds"
+DOCUMENT_IA_QUESTIONS_EQUIPMENT = "document_ia_questions_equipment"
+DOCUMENT_TO_REPORT_TITLE = "document_to_report_title"
+DOCUMENT_TO_TITLE = "document_to_title"
+DOCUMENT_TO_PAPER = "document_to_paper"
+
+
+### --------- file path------------------
 ENV_CONF_PATH = "app/config/env_conf"
 APP_SERVICE_PATH = "app/service/"
+APP_STATIC_PATH = "app/static"
+
+
 
 ### -----------app register --------------
 RAGFLOW = "ragflow_app"
@@ -51,6 +62,7 @@
 agent_chat = "agent-chat"
 base_chat = "chat"
 basic_chat = "agent-basic"
+complex_chat = "complex-chat"
 
 
 ### ------------------------------
@@ -94,3 +106,30 @@
 ###-----------------------app account key--------------------------------------------
 chat_server = "chat_server"
 workflow_server = "workflow_server"
+smart_server = "smart_server"
+
+
+TMP_DICT = {chat_server: RAGFLOW, workflow_server: DIFY}
+
+
+###-------------------------------system-------------------------------------------------
+SYSTEM_ID = 1
+SYSTEM_STATUS_EXPIRED = 2
+SYSTEM_STATUS_ON = 1
+SYSTEM_STATUS_OFF = 0
+
+### --------------------------------complex mode----------------------------------------------
+complex_dialog_chat = 1 # 鏂囨。鍜屽熀纭�瀵硅瘽
+complex_network_chat = 2 # 鑱旂綉瀵硅瘽
+complex_knowledge_chat = 3 # 鐭ヨ瘑搴撳璇�
+complex_deep_chat = 6
+complex_mindmap_chat = 5  # 鎬濈淮瀵煎浘
+complex_content_optimization_chat = 4 # 鍐呭浼樺寲
+complex_clean_chat = 7 # 娓呮礂
+complex_title_chat = 8 # 灏忔爣棰�
+complex_report_chat = 9 # 鎶ュ憡
+complex_knowledge_chat_deep = 10 # 鐭ヨ瘑搴撳璇�-娣卞害瀵硅瘽
+
+
+### --------------------------------basic develop agent---------------------------------------------------
+basic_report_talk ="basic_report_talk"
\ No newline at end of file

--
Gitblit v1.8.0