| # CX AI Agent - Requirements for HuggingFace Spaces | |
| # ================================================ | |
| # HuggingFace Hub (for Inference API with Qwen/Qwen3-4B model) | |
| # Provides InferenceClient for chat completions | |
| # Requires HF_TOKEN for authentication | |
| huggingface_hub>=0.24.0 | |
| # Gradio Interface (REQUIRED) | |
| gradio>=4.0.0 | |
| # HTTP and Web | |
| requests>=2.31.0 | |
| aiohttp>=3.9.1 | |
| # Web Scraping | |
| beautifulsoup4>=4.12.0 | |
| lxml>=4.9.0 | |
| # Data handling | |
| python-dotenv>=1.0.0 | |
| pandas>=2.1.4 | |
| email-validator>=2.1.0 | |
| # Database support (SQLite for HF Spaces) | |
| sqlalchemy>=2.0.0 | |
| aiosqlite>=0.19.0 | |
| # Numpy | |
| numpy>=1.24.3 |