petter2025 commited on
Commit
7fc9652
Β·
verified Β·
1 Parent(s): 9e5b08e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -91
README.md CHANGED
@@ -1,113 +1,50 @@
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: 6.5.1
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)
23
- - **Enterprise**: Mechanical gates automatically permit/block actions
24
- - **Upgrade Path**: Clear visualization of value at each license tier
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
 
35
- | Scenario | Risk Level | OSS Result | Enterprise Result |
36
- |----------|------------|------------|-------------------|
37
- | Database Drop | πŸ”΄ High | Advisory: Block | 🚫 Mechanical Block |
38
- | Service Deployment | 🟒 Low | Advisory: Approve | βœ… Autonomous Execute |
39
- | Config Change | 🟑 Medium | Review Required | πŸ‘€ Human-in-Loop |
40
- | Permission Grant | πŸ”΄ High | Advisory: Block | βœ… Compliance-Enforced |
41
- | PCI Data Access | πŸ”΄ Critical | Advisory: Block | βœ… Safeguarded Execute |
42
- | Auto-Scaling | 🟒 Low | Advisory: Approve | βœ… Autonomous Execute |
43
- | Emergency Rollback | 🟑 Medium | Advisory: Approve | βœ… Emergency Protocol |
44
 
45
- ## 🏒 Enterprise Features Demonstrated
46
 
47
- ### Mechanical Gates:
48
- - **License Validation**: Tier-appropriate enforcement
49
- - **Confidence Threshold**: Minimum 70% confidence required
50
- - **Risk Assessment**: Maximum 80% risk threshold
51
- - **Rollback Feasibility**: Must have rollback plan
52
- - **Compliance Checks**: GDPR, PCI, SOX automation
53
- - **Budget Controls**: Cost-aware execution
54
 
55
- ### Value Propositions:
56
- - **92% Risk Reduction**: Mechanical vs manual decisions
57
- - **100x Faster Decisions**: Milliseconds vs minutes/hours
58
- - **85% Fewer False Positives**: ML-optimized gates
59
- - **75% Lower OpEx**: Automation reduces manual review
60
 
61
- ## πŸ’Ό License Tiers
 
62
 
63
- | Tier | Price | Enforcement | Best For |
64
- |------|-------|-------------|----------|
65
- | **Trial** | $0 | Advisory | Evaluation |
66
- | **Starter** | $2,000/mo | Human-in-loop | Small teams |
67
- | **Professional** | $5,000/mo | Autonomous | Mid-size companies |
68
- | **Enterprise** | $15,000/mo | Full mechanical | Large enterprises |
69
-
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
77
-
78
- ### Files:
79
- - `hf_demo.py` - Main application with OSS/Enterprise comparison
80
- - `demo_scenarios.py` - 7 realistic scenarios with full context
81
- - `requirements.txt` - All dependencies for Hugging Face Spaces
82
-
83
- ## πŸ“ˆ Business Impact
84
-
85
- ### For Investors:
86
- - **Clear ROI**: 3-6 month breakeven on Enterprise tier
87
- - **Market Fit**: 92% risk reduction addresses $50B operational risk market
88
- - **Scalability**: From 3 agents (Trial) to 1000+ (Enterprise)
89
-
90
- ### For Customers:
91
- - **Immediate Value**: Trial shows exact improvements
92
- - **Transparent Pricing**: Clear upgrade path with tiered features
93
- - **Risk-Free Trial**: 14 days to validate mechanical enforcement
94
-
95
- ## πŸ”— Next Steps
96
-
97
- 1. **Try the demo** with your own actions
98
- 2. **Get trial license** for 14-day Enterprise experience
99
- 3. **Contact sales**: sales@arf.dev for custom pricing
100
- 4. **Join waitlist**: enterprise-waitlist@arf.dev
101
-
102
- ## πŸ“ž Contact
103
-
104
- - **Website**: [arf.dev](https://arf.dev)
105
- - **Email**: contact@arf.dev
106
- - **Sales**: sales@arf.dev
107
- - **GitHub**: [github.com/arf-dev](https://github.com/arf-dev)
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
 
1
  ---
2
+ title: Agentic Reliability Framework (ARF) v4 API
3
  emoji: πŸ€–
4
  colorFrom: blue
5
+ colorTo: green
6
  sdk: gradio
7
+ sdk_version: 6.9.0
8
  python_version: '3.10'
9
  app_file: hf_demo.py
10
  pinned: false
11
  ---
12
 
13
+ # Agentic Reliability Framework (ARF) v4 API
14
 
15
+ This Space hosts the **ARF v4 API** with an optional Gradio dashboard. It provides endpoints for risk assessment, decision history, and incident evaluation, as used by the [ARF frontend](https://arf-frontend-sandy.vercel.app).
16
 
17
+ ## πŸš€ Endpoints
18
 
19
+ | Method | Path | Description |
20
+ |--------|------|-------------|
21
+ | `GET` | `/health` | Health check |
22
+ | `GET` | `/api/v1/get_risk` | Current system risk (demo) |
23
+ | `GET` | `/api/v1/history` | Recent decisions |
24
+ | `POST` | `/api/v1/incidents/evaluate` | Evaluate an incident (placeholder) |
25
+ | `POST` | `/api/v1/feedback` | Record outcome of a decision |
26
 
27
+ Interactive API documentation is available at `/docs` (FastAPI Swagger UI).
 
 
 
28
 
29
+ ## πŸ§ͺ Try It
30
 
31
+ You can test the API directly using the Swagger UI:
32
+ [https://a-r-f-agentic-reliability-framework-api.hf.space/docs](https://a-r-f-agentic-reliability-framework-api.hf.space/docs)
 
 
33
 
34
+ Or use the Gradio dashboard (mounted at the root) for a visual demo.
35
 
36
+ ## πŸ”§ Local Development
 
 
 
 
 
 
 
 
37
 
38
+ To run this Space locally:
39
 
40
+ ```bash
41
+ pip install -r requirements.txt
42
+ python hf_demo.py
43
+ ```
 
 
 
44
 
45
+ The app will be available atΒ http://localhost:7860.
 
 
 
 
46
 
47
+ πŸ“š About ARF
48
+ ------------
49
 
50
+ Agentic Reliability Framework is an open‑source advisory engine for cloud infrastructure governance, powered by Bayesian inference. Learn more atΒ [github.com/arf-foundation](https://github.com/arf-foundation).