Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# π€ Agentic Reliability Framework (ARF) 3.3.9 Demo
|
| 2 |
|
| 3 |
-
**
|
| 4 |
|
| 5 |
## π― What This Demo Shows
|
| 6 |
|
| 7 |
-
This interactive demo showcases the difference between **ARF 3.3.9 Open Source** (advisory only) and **ARF Enterprise** (mechanical enforcement).
|
| 8 |
|
| 9 |
### Key Comparisons:
|
| 10 |
- **OSS**: Provides risk assessment and recommendations (human must decide)
|
|
@@ -13,11 +25,10 @@ This interactive demo showcases the difference between **ARF 3.3.9 Open Source**
|
|
| 13 |
|
| 14 |
## π Quick Start
|
| 15 |
|
| 16 |
-
1. **
|
| 17 |
-
2. **
|
| 18 |
-
3. **
|
| 19 |
-
4. **
|
| 20 |
-
5. **Explore upgrades**: Compare Starter ($2k), Professional ($5k), Enterprise ($15k)
|
| 21 |
|
| 22 |
## π Demo Scenarios
|
| 23 |
|
|
@@ -59,7 +70,7 @@ This interactive demo showcases the difference between **ARF 3.3.9 Open Source**
|
|
| 59 |
## π Technical Details
|
| 60 |
|
| 61 |
### Built With:
|
| 62 |
-
- **ARF 3.3.9 OSS**: Real policy engine and scoring
|
| 63 |
- **Gradio**: Interactive web interface
|
| 64 |
- **Plotly**: Real-time visualizations
|
| 65 |
- **Mock Enterprise**: Convincing simulation of mechanical gates
|
|
@@ -97,4 +108,6 @@ This interactive demo showcases the difference between **ARF 3.3.9 Open Source**
|
|
| 97 |
|
| 98 |
---
|
| 99 |
|
| 100 |
-
*This demo uses real ARF 3.3.9 OSS code with simulated Enterprise features for demonstration purposes. Actual Enterprise features may vary.*
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Agentic Reliability Framework (ARF) 3.3.9 Demo
|
| 3 |
+
emoji: π€
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: yellow
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.0.0"
|
| 8 |
+
python_version: "3.10"
|
| 9 |
+
app_file: hf_demo.py
|
| 10 |
+
pinned: false
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# π€ Agentic Reliability Framework (ARF) 3.3.9 Demo
|
| 14 |
|
| 15 |
+
**Experience the difference**: Open-source advisory vs Enterprise mechanical enforcement
|
| 16 |
|
| 17 |
## π― What This Demo Shows
|
| 18 |
|
| 19 |
+
This interactive demo showcases the critical difference between **ARF 3.3.9 Open Source** (advisory only) and **ARF Enterprise** (mechanical enforcement) for AI agent safety and reliability.
|
| 20 |
|
| 21 |
### Key Comparisons:
|
| 22 |
- **OSS**: Provides risk assessment and recommendations (human must decide)
|
|
|
|
| 25 |
|
| 26 |
## π Quick Start
|
| 27 |
|
| 28 |
+
1. **Select a scenario**: Choose from 7 pre-built scenarios (database drops, deployments, etc.)
|
| 29 |
+
2. **Process action**: See OSS vs Enterprise results side-by-side
|
| 30 |
+
3. **Get trial license**: Enter email for 14-day trial of Enterprise features
|
| 31 |
+
4. **Explore upgrades**: Compare Starter ($2k), Professional ($5k), Enterprise ($15k)
|
|
|
|
| 32 |
|
| 33 |
## π Demo Scenarios
|
| 34 |
|
|
|
|
| 70 |
## π Technical Details
|
| 71 |
|
| 72 |
### Built With:
|
| 73 |
+
- **ARF 3.3.9 OSS**: Real policy engine and scoring algorithms
|
| 74 |
- **Gradio**: Interactive web interface
|
| 75 |
- **Plotly**: Real-time visualizations
|
| 76 |
- **Mock Enterprise**: Convincing simulation of mechanical gates
|
|
|
|
| 108 |
|
| 109 |
---
|
| 110 |
|
| 111 |
+
*This demo uses real ARF 3.3.9 OSS code with simulated Enterprise features for demonstration purposes. Actual Enterprise features may vary.*
|
| 112 |
+
|
| 113 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|