LamiaYT commited on
Commit
7e87c38
·
1 Parent(s): f96a820

Deploy GAIA agent

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -33
requirements.txt CHANGED
@@ -1,34 +1,6 @@
1
- # Core dependencies
2
- gradio==4.44.0
3
- requests
4
- pandas==2.0.3
5
- numpy==1.24.3
6
-
7
- # SmolaAgent framework - lightweight agent framework
8
  smolagents
9
-
10
- # Image processing (lightweight)
11
- Pillow==10.0.1
12
-
13
- # Plotting (lightweight alternative to matplotlib)
14
- matplotlib==3.7.2
15
-
16
- # JSON and data processing
17
- pathlib
18
-
19
- # Web search
20
- duckduckgo-search==3.9.6
21
-
22
- # LLM integration (lightweight)
23
- litellm==1.44.14
24
- beautifulsoup4==4.12.3
25
-
26
- # Optional: For better performance with limited resources
27
- psutil==5.9.5
28
-
29
- # File processing utilities
30
- openpyxl==3.1.2 # For Excel files if needed
31
- python-magic==0.4.27 # For file type detection
32
-
33
- # Math and scientific computing (minimal)
34
- sympy==1.12 # For symbolic math if needed
 
 
 
 
 
 
 
 
1
  smolagents
2
+ gradio
3
+ requests
4
+ pandas
5
+ litellm
6
+ beautifulsoup4