feat: 初始化工程

This commit is contained in:
2026-08-31 15:22:00 +08:00
commit 825e097989
10 changed files with 287 additions and 0 deletions

12
requirements.txt Normal file
View File

@@ -0,0 +1,12 @@
fastapi~=0.140.0
python-dotenv~=1.2.2
requests~=2.34.2
langchain~=1.3.14
langchain-core~=1.5.1
langchain-openai~=1.4.1
starlette~=1.3.1
pydantic~=2.13.4
SQLAlchemy~=2.0.51
asyncpg~=0.30.0
uvicorn~=0.23.0
APScheduler~=3.11.3