init code

This commit is contained in:
2026-03-04 13:56:08 +08:00
commit 755b3ccde7
11 changed files with 1052 additions and 0 deletions

12
requirements.txt Normal file
View File

@@ -0,0 +1,12 @@
python-dotenv>=1.0.0
fastapi>=0.109.0
uvicorn>=0.27.0
langgraph>=0.0.41
langchain>=0.1.9
langchain-core>=0.1.46
openai>=1.8.0
pydantic>=2.5.3
pydantic-settings>=2.1.0
httpx>=0.25.2
requests>=2.31.0