Spaces:
Sleeping
Sleeping
IDAgents Developer
Deploy ORIGINAL ID Agents - Complete agent builder system with all features
b18d518
| # ID Agents Production Requirements | |
| # Updated: 2025-08-10 15:54:20 | |
| # Python 3.12.7 | |
| # | |
| # This file contains pinned versions for reproducible deployments | |
| # Tested and verified working in development environment | |
| # Core AI/ML Framework | |
| openai>=1.3.0 | |
| gradio==4.20.0 | |
| # Data Processing & Scientific Computing | |
| pandas>=2.0.0 | |
| numpy>=1.24.0 | |
| # Document Processing | |
| pdfplumber | |
| python-docx | |
| # Web Requests & Search | |
| requests>=2.31.0 | |
| duckduckgo-search>=4.0.0 | |
| # Configuration & Environment Management | |
| python-dotenv>=1.0.0 | |
| # Authentication & Security | |
| bcrypt>=4.0.0 | |
| PyJWT>=2.8.0 | |
| # Logging & Monitoring | |
| structlog>=23.0.0 | |
| # Template Processing | |
| jinja2 | |
| # Analytics & Visualization (optional) | |
| matplotlib>=3.5.0 | |
| # Advanced AI Libraries (optional - enable for enhanced features) | |
| # Uncomment the following if you need advanced AI capabilities: | |
| # transformers | |
| # langchain | |
| # autogen | |
| # llama_index | |
| # farm-haystack | |
| # faiss-cpu | |
| # Development & Testing (optional - remove for production) | |
| # pytest | |
| # Load Testing Dependencies | |
| aiohttp>=3.8.0 | |
| psutil>=5.9.0 | |
| # Notes: | |
| # - All core dependencies use minimum version pinning (>=) | |
| # - Advanced AI libraries are commented out to reduce deployment size | |
| # - Uncomment additional libraries as needed for specific features | |
| # - For strict version pinning, replace >= with == and specific versions | |