File size: 637 Bytes
c287226
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Core Framework
agno>=1.7.5
streamlit>=1.47.0

# AI/ML Libraries  
openai>=1.97.1
anthropic>=0.58.2
groq>=0.30.0
google-generativeai>=0.8.5

# Search and Research Tools
google-search-results>=2.4.2
duckduckgo-search>=8.1.1
exa-py>=1.14.18
googlesearch-python>=1.3.0
pycountry>=24.6.1

# Monitoring and Observability
atla-insights[openai]>=0.0.11
atla-insights[agno]>=0.0.11

# Core Python Libraries
pydantic>=2.11.7
pydantic-settings>=2.10.1
python-dotenv>=1.1.1
httpx>=0.28.1
requests>=2.32.4

# Data and UI
pandas>=2.3.1
numpy>=1.24.0,<2.0.0
rich>=14.0.0

# Async Support
nest-asyncio>=1.6.0

# Database (if needed)
sqlalchemy>=2.0.41