feat: 添加线索引擎、NLQ、场景检测、前端界面等核心功能模块

This commit is contained in:
freedakgmail
2026-06-16 08:15:15 +08:00
parent 7b1e2b10a8
commit 48340f6011
62 changed files with 6772 additions and 65 deletions
+1
View File
@@ -19,6 +19,7 @@ class AppEnv(str, Enum):
class LLMProviderName(str, Enum):
dashscope = "dashscope" # 公网千问,仅 dev
vllm = "vllm" # 本地,prod
mock = "mock" # 本地确定性 Mock,开发/测试,不出域
# 被认定为"公网/出域"的 Providerprod 下禁止使用