requirements.txt 703 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # HelloAgents框架
  2. hello-agents[all]>=0.1.0
  3. # 邮件处理核心库
  4. imaplib2==3.6
  5. email-validator==2.1.0
  6. python-dateutil==2.8.2
  7. # 自然语言处理
  8. jieba==0.42.1
  9. textblob==0.17.1
  10. langdetect==1.0.9
  11. # 机器学习和数据处理
  12. scikit-learn==1.3.2
  13. pandas==2.1.4
  14. numpy==1.24.4
  15. # 文本相似度计算
  16. sentence-transformers==2.2.2
  17. transformers==4.36.2
  18. # 时间和日期处理
  19. arrow==1.3.0
  20. dateparser==1.2.0
  21. # 配置和模板
  22. jinja2==3.1.2
  23. pyyaml==6.0.1
  24. python-dotenv==1.0.0
  25. # 可视化和报告
  26. matplotlib==3.8.2
  27. seaborn==0.13.0
  28. plotly==5.17.0
  29. # Jupyter相关
  30. jupyter==1.0.0
  31. ipywidgets==8.1.1
  32. # 其他工具库
  33. tqdm==4.66.1
  34. colorama==0.4.6
  35. rich==13.7.0