requirements.txt 306 B

1234567891011121314151617
  1. # 清理后的依赖包,只保留实际使用的包
  2. dotenv==0.9.9
  3. google-genai==1.29.0
  4. loguru==0.7.3
  5. pymysql==1.0.2
  6. Pillow==10.4.0
  7. requests==2.32.4
  8. # FastAPI 相关依赖
  9. fastapi>=0.116.0
  10. uvicorn[standard]>=0.35.0
  11. langgraph==0.6.6
  12. langsmith==0.4.16
  13. langchain-openai==0.3.31
  14. google-generativeai==0.8.5