Delanoe Pirard commited on
Commit
532e797
·
1 Parent(s): 13fa519
Files changed (1) hide show
  1. agents/__init__.py +40 -0
agents/__init__.py CHANGED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ beautifulsoup4>=4.13.4
2
+ certifi>=2025.4.26
3
+ datasets>=3.5.1
4
+ dotenv>=0.9.9
5
+ duckdb>=1.2.2
6
+ ffmpeg-python>=0.2.0
7
+ gradio[oauth]>=5.28.0
8
+ helium>=5.1.1
9
+ huggingface>=0.0.1
10
+ imageio>=2.37.0
11
+ llama-index>=0.12.33
12
+ llama-index-embeddings-huggingface>=0.5.3
13
+ llama-index-llms-google-genai>=0.1.9
14
+ llama-index-retrievers-bm25>=0.5.2
15
+ llama-index-tools-arxiv>=0.3.0
16
+ llama-index-tools-code-interpreter>=0.3.0
17
+ llama-index-tools-duckduckgo>=0.3.0
18
+ llama-index-tools-google>=0.3.0
19
+ llama-index-tools-tavily-research>=0.3.0
20
+ llama-index-tools-wikipedia>=0.3.0
21
+ llama-index-tools-wolfram-alpha>=0.3.0
22
+ llama-index-tools-yahoo-finance>=0.3.0
23
+ matplotlib>=3.10.1
24
+ numpy>=2.2.5
25
+ openai-whisper>=20240930
26
+ opencv-python>=4.11.0.86
27
+ openpyxl>=3.1.5
28
+ pandas>=2.2.3
29
+ pyarrow>=20.0.0
30
+ pygame>=2.6.1
31
+ python-chess>=1.999
32
+ requests>=2.32.3
33
+ scikit-learn>=1.6.1
34
+ scipy>=1.15.2
35
+ seaborn>=0.13.2
36
+ sqlalchemy>=2.0.40
37
+ statsmodels>=0.14.4
38
+ sympy>=1.14.0
39
+ youtube-transcript-api>=1.0.3
40
+ yt-dlp>=2025.3.31