File size: 762 Bytes
e9d5104 |
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# 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 |