requirements.txt 224 B

123456789101112
  1. # 核心依赖
  2. hello-agents==0.2.9
  3. openai>=1.109,<2
  4. pydantic>=2.12,<3
  5. python-dotenv>=1.2,<2
  6. # hello-agents 0.2.9 在导入时需要此依赖
  7. huggingface-hub>=1.20,<2
  8. # Notebook 环境
  9. jupyterlab>=4.4,<5
  10. ipykernel>=6.30,<8