requirements.txt 165 B

123456789101112131415
  1. # Core
  2. hello-agents>=1.0.0
  3. # Environment
  4. python-dotenv>=1.0.0
  5. # Web UI
  6. gradio>=4.0.0
  7. # PDF Processing
  8. PyPDF2>=3.0.0
  9. # Jupyter
  10. jupyterlab>=4.0.0
  11. ipykernel>=6.5.0