File size: 861 Bytes
1fc2038
 
fa91b3c
1fc2038
37cadfb
1fc2038
 
37cadfb
 
 
 
1fc2038
 
37cadfb
1fc2038
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# GAIA Agent - Optimized Requirements for HuggingFace Space
# Core framework dependencies (always required)
gradio>=5.34.0
python-dotenv
requests>=2.28.0

# AI/ML core dependencies  
smolagents
transformers
torch
huggingface_hub

# LLM integration
litellm

# Optional but recommended (with graceful fallbacks)
google-generativeai  # For Gemini Vision and reasoning
Pillow              # For image processing
PyPDF2              # For PDF file processing  
yt-dlp              # For YouTube video processing
pandas              # For Excel/data processing
openpyxl            # For Excel (.xlsx) support
xlrd                # For legacy Excel (.xls) support

# Chess analysis (optional)
python-chess        # For chess position analysis
stockfish           # For chess engine analysis

# Research tools (optional)
pybaseball          # For baseball data research