🎯 What Is This?
Resilient Workflow Sentinel intelligently analyzes and assigns operational tasks using local AI. No cloud dependencies, no vendor lock-in — just smart, transparent task routing with urgency detection.
✨ Key Features
Smart Assignment
AI evaluates tasks and assigns to the best available team member based on load and capacity.
Urgency Detection
Automatically detects task priority (high/medium/low) for faster response to critical incidents.
Transparent Decisions
See exactly how the AI evaluates and assigns tasks — complete transparency.
Team Load Balancing
Automatic capacity tracking and overload detection to prevent burnout.
Chaos Mode
Stress-test with 50+ incident injection featuring realistic operational scenarios.
100% Local
Runs entirely on your machine — no cloud dependencies, no data leaves your system.
💎 Pro Version — Coming Soon
Unlock enterprise features with persistent storage, integrations, and advanced security.
Interested in Pro? Contact us at resilientworkflowsentinel@gmail.com
🚀 Get Started
# Clone the repository
git clone https://github.com/resilientworkflowsentinel/resilient-workflow-sentinel.git
# Install dependencies
pip install -r requirements.txt
# Start the orchestrator
uvicorn app.orchestrator.main:app --port 8100
# Start the UI (in new terminal)
cd ui && python nicegui_app.py
# Access at http://localhost:8090