Update README.md
Browse files
README.md
CHANGED
|
@@ -1,113 +1,50 @@
|
|
| 1 |
---
|
| 2 |
-
title: Agentic Reliability Framework (ARF)
|
| 3 |
emoji: π€
|
| 4 |
colorFrom: blue
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 6.
|
| 8 |
python_version: '3.10'
|
| 9 |
app_file: hf_demo.py
|
| 10 |
pinned: false
|
| 11 |
---
|
| 12 |
|
| 13 |
-
#
|
| 14 |
|
| 15 |
-
**
|
| 16 |
|
| 17 |
-
##
|
| 18 |
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
-
|
| 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 |
-
##
|
| 27 |
|
| 28 |
-
|
| 29 |
-
|
| 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 |
-
|
| 34 |
|
| 35 |
-
|
| 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 |
-
|
| 46 |
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
- **Rollback Feasibility**: Must have rollback plan
|
| 52 |
-
- **Compliance Checks**: GDPR, PCI, SOX automation
|
| 53 |
-
- **Budget Controls**: Cost-aware execution
|
| 54 |
|
| 55 |
-
|
| 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 |
-
|
|
|
|
| 62 |
|
| 63 |
-
|
| 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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|