Interactive frontend for the Agentic Reliability Framework (ARF) – a Bayesian‑powered governance system for cloud infrastructure. Visualize risk scores, simulate incidents, and explore governance decisions in real time.
🔗 Live demo: arf-frontend-sandy.vercel.app
ARF Frontend provides a user‑friendly dashboard to interact with the ARF API. It displays system‑wide risk metrics, memory statistics, recent decisions, and allows users to test incident evaluations with rich explanations, risk contributions, and recommended healing actions.
- 📊 Real‑time system risk monitoring
- 🧠 Memory graph statistics (incident nodes, cache hit rates)
- 📈 Historical risk chart
- 🧪 Incident evaluation with full
HealingIntentresponse - 🔗 Links to live demos and documentation
- 💬 Community engagement (Slack, email, LinkedIn)
- Node.js 18+ and yarn/npm
- ARF API backend (local or deployed)
- Clone the repository
git clone https://github.com/arf-foundation/arf-frontend.git cd arf-frontend - Install dependencies
yarn install
# or npm install- Set up environment variables
Create a .env.local file in the root directory:
NEXT_PUBLIC_API_URL=https://your-arf-api-url.com
NEXT_PUBLIC_API_KEY=your-api-key # if required- Run the development server
yarn dev- Open http://localhost:3000 to view the app.
ARF is composed of several interoperable components:
-
ARF API – FastAPI backend serving governance decisions.
-
ARF Core Engine – Bayesian inference and memory core.
-
ARF Specification – Canonical documentation and mathematical foundations.
The frontend is optimized for deployment on Vercel. Simply connect your GitHub repository and set the required environment variables.
We welcome contributions! Please see our contributing guidelines for details.
This project is licensed under the Apache 2.0 License – see the LICENSE file for details.
-
📬 Email: petter2025us@outlook.com
-
💬 Slack: Join our workspace
-
🔗 LinkedIn: Juan Petter
Built with Next.js, Tailwind CSS, and Lucide icons. Powered by the ARF open‑source community.