GAIA / requirements.txt
hapda12's picture
Update requirements.txt
14f6b2b verified
# GAIA Agent 依赖清单
# 安装方式: pip install -r requirements.txt
# ========================================
# 核心依赖(必需)
# ========================================
langgraph>=0.2.0
langchain-core>=0.2.0
langchain-openai>=0.2.0
langchain-community>=0.2.0
requests>=2.31.0
python-dotenv>=1.0.0
gradio>=4.0.0
pytz>=2024.1
# ========================================
# 搜索工具依赖
# ========================================
ddgs>=6.0.0
wikipedia>=1.4.0
tavily-python>=0.3.0
arxiv>=2.0.0
# ========================================
# RAG 依赖
# ========================================
faiss-cpu>=1.8.0
langchain-huggingface>=0.1.0
sentence-transformers>=3.0.0
# ========================================
# 数据处理
# ========================================
pandas>=2.0.0
pyarrow>=14.0.0
# ========================================
# 扩展工具依赖(按需安装)
# ========================================
# PDF 解析
pdfplumber>=0.10.0
# Excel 解析
openpyxl>=3.1.0
# 图片 OCR(需要系统安装 Tesseract)
# pytesseract>=0.3.10
# Pillow>=10.0.0
# 音频转写(需要较大的模型文件)
# openai-whisper>=20231117