Final_Assignment_Template / requirements.txt
EtienneB
updated new app.py and agent.py
1669f2b
raw
history blame
701 Bytes
# UI and OAuth
gradio
requests
pandas
# LangChain and ecosystem
langchain
langchain-core
langchain-community
langgraph
langchain-huggingface
# Hugging Face integration
huggingface_hub
transformers
accelerate # Needed for many transformer-based models
# Environment config
python-dotenv
# Tools dependencies
duckduckgo-search # Required for web_search tool
pytz # Required for get_current_time_in_timezone tool
# Additional utilities for better error handling and performance
typing-extensions
asyncio-throttle # For rate limiting (optional)
tenacity # For retry logic (optional)
# Optional: For better logging and monitoring
loguru # Better logging (optional)