| # 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 |