| # Agentic Reliability Framework v3.3.6 - OSS Edition | |
| # Hugging Face Live Demo Dependencies | |
| # Updated: 2024-12-29 (v3.3.6 release) | |
| agentic-reliability-framework==3.3.6 | |
| # Core runtime | |
| pydantic>=2.0.0 | |
| typing-extensions>=4.8 | |
| # Data / reasoning | |
| numpy>=1.24.0 | |
| pandas>=2.0.0 | |
| # RAG + similarity | |
| faiss-cpu>=1.7.0 | |
| # Transport / IO | |
| httpx>=0.25.0 | |
| requests>=2.31.0 | |
| # Reliability primitives | |
| circuitbreaker>=1.4.0 | |
| atomicwrites>=1.4.0 | |
| # OSS demo / local UI (non-executing) | |
| gradio>=4.19.0 | |
| # Demo utilities | |
| python-dotenv>=1.0.0 |