requirements.txt 512 B

1234567891011121314151617181920212223242526272829303132
  1. # LLM request
  2. httpx[socks]>=0.28.0
  3. python-dotenv>=1.0.0
  4. openai>=1.0.0
  5. PyYAML>=6.0
  6. # Browser automation CLI
  7. # 推荐安装方式: uv add browser-use && uv sync
  8. # 或使用: pip install browser-use
  9. browser-use>=0.11.0
  10. langchain_core>=0.3.0
  11. # API Server (Step Tree Visualization)
  12. fastapi>=0.115.0
  13. uvicorn[standard]>=0.32.0
  14. websockets>=13.0
  15. pydantic
  16. apscheduler>=3.10.0
  17. # 飞书
  18. lark-oapi==1.5.3
  19. # Database
  20. pymysql
  21. DBUtils>=3.0.0
  22. # HTTP clients
  23. requests>=2.31.0
  24. aiohttp>=3.9.0
  25. # Image processing
  26. Pillow>=10.0.0