requirements.txt 642 B

123456789101112131415161718192021222324252627282930
  1. # LLM request
  2. httpx[socks]>=0.28.0
  3. python-dotenv>=1.0.0
  4. # Browser automation CLI
  5. # 推荐安装方式: uv add browser-use && uv sync
  6. # 或使用: pip install browser-use
  7. browser-use>=0.11.0
  8. langchain_core>=0.3.0
  9. # API Server (Step Tree Visualization)
  10. fastapi>=0.115.0
  11. uvicorn[standard]>=0.32.0
  12. websockets>=13.0
  13. pydantic
  14. # 飞书
  15. lark-oapi==1.5.3
  16. # 数据库连接池(agent/tools/builtin/browser/sync_mysql_help.py 使用)
  17. DBUtils>=3.0.0
  18. # YAML 解析(Agent 框架配置文件使用)
  19. PyYAML>=6.0
  20. # 阿里云 OSS(HTML/图片上传使用)
  21. alibabacloud-oss-v2>=1.2.3
  22. # 文件锁(im-client/client.py 使用)
  23. filelock>=3.12.0