File size: 423 Bytes
dc9f332
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Core agent framework
smolagents[toolkit]>=1.0.0

# Gradio for UI
gradio>=4.0.0

# Data processing
pandas>=2.0.0
numpy>=1.24.0

# Web tools
requests>=2.28.0
beautifulsoup4>=4.12.0

# Wikipedia
wikipedia>=1.4.0

# YouTube transcripts
youtube-transcript-api>=0.6.0

# Environment variables
python-dotenv>=1.0.0

# LiteLLM for multi-provider support (optional)
litellm>=1.0.0

# Excel file support
openpyxl>=3.1.0
xlrd>=2.0.0