File size: 627 Bytes
ef7c6bb
 
 
86a6aeb
 
ef7c6bb
86a6aeb
ef7c6bb
 
 
86a6aeb
 
 
 
d11e17e
86a6aeb
ef7c6bb
 
 
 
86a6aeb
ef7c6bb
 
 
 
 
 
 
 
 
 
86a6aeb
ef7c6bb
 
 
86a6aeb
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Agentic Reliability Framework v3.3.6 - OSS Edition
# Hugging Face Live Demo Dependencies
# Updated: 2024-12-29 (v3.3.6 release)

# ARF OSS Framework (REAL PACKAGE)
agentic-reliability-framework==3.3.6

# Core runtime
pydantic>=2.0.0
typing-extensions>=4.8

# Visualization
plotly>=5.18.0
matplotlib>=3.7.0
seaborn>=0.12.0

# Data / reasoning
numpy>=1.24.0
pandas>=2.0.0

# RAG + similarity (Used by ARF)
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
gradio>=4.19.0

# Demo utilities
python-dotenv>=1.0.0
uuid>=1.30