| # Core ARF - REAL OSS Implementation |
| agentic-reliability-framework>=3.3.9 |
|
|
| # Web Framework - GRADIO 4.x (STABLE ON HUGGING FACE SPACES) |
| gradio==4.44.1 |
|
|
| # API Framework - FastAPI for Replit Frontend Integration |
| fastapi==0.104.1 |
| uvicorn==0.24.0 |
| pydantic==2.5.0 |
| python-multipart==0.0.6 |
|
|
| # Data Processing & Visualization |
| pandas>=2.0.0 |
| numpy>=1.24.0 |
|
|
| # Mathematical Sophistication |
| scipy>=1.11.0 # For Beta distribution and statistical functions |
|
|
| # Utilities |
| python-dateutil>=2.8.2 |
| typing-extensions>=4.8.0 |
|
|
| # For Hugging Face Spaces |
| huggingface-hub>=0.20.0 |