# GAIA Multi-Agent System with Advanced Tool Calling | |
gradio>=5.34.2 | |
requests>=2.31.0 | |
huggingface_hub>=0.26.2 | |
transformers>=4.46.0 | |
torch>=2.0.0 | |
datasets>=2.0.0 | |
pandas>=2.0.0 | |
numpy>=1.24.0 | |
# Tool Calling Essentials (CRITICAL for GAIA) | |
duckduckgo-search>=4.0.0 | |
beautifulsoup4>=4.12.0 | |
Pillow>=10.0.0 | |
PyPDF2>=3.0.0 | |
# Multimodal & Vision Processing | |
opencv-python-headless>=4.8.0 | |
# Enhanced AI Model Support | |
openai>=1.0.0 | |
anthropic>=0.7.0 | |
# Scientific Computing & Analysis | |
matplotlib>=3.7.0 | |
seaborn>=0.12.0 | |
scikit-learn>=1.3.0 | |
# Text Processing & NLP | |
nltk>=3.8.0 | |
spacy>=3.7.0 | |
regex>=2023.0.0 | |
# File Processing & Documents | |
openpyxl>=3.1.0 | |
python-docx>=1.1.0 | |
# Audio Processing (optional) | |
librosa>=0.10.0 | |
soundfile>=0.12.0 | |
# Specialized Tools | |
python-chess>=1.999 | |