first commit

This commit is contained in:
zhaojie
2025-09-06 21:06:18 +08:00
commit 8083f136c9
94 changed files with 20559 additions and 0 deletions

3
src/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
# TSP助手 - 基于大模型的AI客服机器人
__version__ = "1.0.0"
__author__ = "TSP Assistant Team"