File size: 1,243 Bytes
b3f9415
2834b30
b3f9415
2834b30
b3f9415
2834b30
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
52
53
54
55
[project]
name = "gaia"
version = "0.1.0"
description = "GAIA Benchmark Agent with Multi-Modal File Processing"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    # Core LangChain
    "langchain>=1.1.3",
    "langchain-huggingface>=1.1.0",
    "langchain-community>=0.4.1",
    "langgraph>=1.0.4",
    # HuggingFace
    "huggingface-hub>=0.36.0",
    "transformers>=4.46.0",
    "accelerate>=1.0.0",
    # Vector store
    "sentence-transformers>=5.2.0",
    "supabase>=2.25.1",
    # Document processing
    "pypdf>=4.0.0",
    "python-docx>=1.1.0",
    "python-pptx>=0.6.23",
    # Data processing (polars)
    "polars>=1.0.0",
    "xlsx2csv>=0.8.0",
    # Science
    "biopython>=1.82",
    "numpy>=2.0.0",
    # Image
    "pillow>=10.0.0",
    # Audio
    "librosa>=0.10.0",
    "soundfile>=0.12.0",
    # Web tools
    "ddgs>=9.0.0",
    "tavily-python>=0.5.0",
    "wikipedia>=1.4.0",
    "arxiv>=2.1.0",
    "trafilatura>=1.6.0",
    "openpyxl>=3.1.0",
    # Utilities
    "python-dotenv>=1.2.1",
    "pyyaml>=6.0.0",
    "requests>=2.31.0",
    "tqdm>=4.67.1",
    "gradio>=4.0.0",
    "ipykernel>=7.1.0",
    "bm25s>=0.2.14",
    "jieba>=0.42.1",
    "jupyter>=1.1.1",
    "ipywidgets>=8.1.8",
    "torch>=2.9.1",
]