feat(backend): knowledge iteration + vision + neo4j + response contract source

dependencies.py 拆分为 dependencies/ 包; 新增 vision/ragflow_ingestion/neo4j 客户端与 h5_ai_task; alembic 045 图置信度迁移; 响应契约统一收尾。
This commit is contained in:
Simon
2026-07-09 11:47:16 +08:00
parent f5374fce9b
commit ead5f83bee
39 changed files with 5276 additions and 545 deletions
+10
View File
@@ -0,0 +1,10 @@
# =============================================================================
# 企微IT智能服务台 — 北森 EHR 集成包(自动化引擎统一出口)
# =============================================================================
# 说明:提供 BeisenEHRClient / get_ehr_client 的统一导出,
# 实际实现位于 app.core.clients.ehr(环境变量 AUTOMATION_EHR_* 驱动)。
# =============================================================================
from app.core.clients.ehr import BeisenEHRClient, get_ehr_client # noqa: F401
__all__ = ["BeisenEHRClient", "get_ehr_client"]