requirements.txt 153 B

123456789
  1. # 核心依赖
  2. hello-agents[all]==0.2.9
  3. # 环境变量
  4. python-dotenv>=1.0.0,<2.0.0
  5. # Notebook 与测试
  6. jupyterlab>=4.0.0,<5.0.0
  7. pytest>=8.0.0,<10.0.0