feat: AI对话系统 v1.0.0 - 网页端和Matrix端实时同步

This commit is contained in:
2026-04-11 11:51:54 +08:00
commit 46216205fe
26 changed files with 2110 additions and 0 deletions

9
requirements.txt Normal file
View File

@@ -0,0 +1,9 @@
# AI对话系统依赖
fastapi==0.104.1
uvicorn==0.24.0
sqlalchemy==2.0.23
python-multipart==0.0.6
httpx==0.25.1
matrix-nio==0.24.0
jinja2==3.1.2