File size: 1,458 Bytes
a23082c
 
 
 
 
 
b8f6b7f
a23082c
 
 
b8f6b7f
 
 
a23082c
 
b8f6b7f
36f433e
 
a23082c
 
 
707812f
a23082c
 
 
 
 
 
 
 
b8f6b7f
 
a23082c
b8f6b7f
 
a23082c
b8f6b7f
 
 
707812f
a23082c
b8f6b7f
a23082c
b8f6b7f
 
 
a23082c
 
b8f6b7f
a23082c
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
45
46
47
48
49
50
51
[project]
name = "gaia-agent"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.11"
dependencies = [
    "beautifulsoup4>=4.13.4",
    "certifi>=2025.4.26",
    "datasets>=3.5.1",
    "dotenv>=0.9.9",
    "duckdb>=1.2.2",
    "ffmpeg-python>=0.2.0",
    "gradio[oauth]>=5.28.0",
    "helium>=5.1.1",
    "huggingface>=0.0.1",
    "imageio>=2.37.0",
    "llama-index==0.12.33",
    "llama-index-core==0.12.33",
    "llama-index-embeddings-huggingface>=0.5.3",
    "llama-index-llms-google-genai>=0.1.9",
    "llama-index-retrievers-bm25>=0.5.2",
    "llama-index-storage-chat-store-redis>=0.4.1",
    "llama-index-tools-arxiv>=0.3.0",
    "llama-index-tools-code-interpreter>=0.3.0",
    "llama-index-tools-duckduckgo>=0.3.0",
    "llama-index-tools-google>=0.3.0",
    "llama-index-tools-tavily-research>=0.3.0",
    "llama-index-tools-wikipedia>=0.3.0",
    "llama-index-tools-wolfram-alpha>=0.3.0",
    "llama-index-tools-yahoo-finance>=0.3.0",
    "matplotlib>=3.10.1",
    "numpy>=2.2.5",
    "openai-whisper>=20240930",
    "opencv-python>=4.11.0.86",
    "openpyxl>=3.1.5",
    "pandas>=2.2.3",
    "pyarrow>=20.0.0",
    "pygame>=2.6.1",
    "python-chess>=1.999",
    "redis>=6.0.0",
    "requests>=2.32.3",
    "scikit-learn>=1.6.1",
    "scipy>=1.15.2",
    "seaborn>=0.13.2",
    "sqlalchemy>=2.0.40",
    "statsmodels>=0.14.4",
    "sympy>=1.14.0",
    "youtube-transcript-api>=1.0.3",
    "yt-dlp>=2025.3.31",
]