node-red-contrib-vectorprime 0.1.26
VectorPrime Decision Kernel node for Node-RED
node-red-contrib-vectorprime
VectorPrime Rank — automatically rank tasks, alerts, or decisions using the VectorPrime Decision Kernel (Contract v1).
This node helps you pick the best next action when you have multiple choices — without faking certainty.
✅ Prioritize tasks
✅ Rank alerts by urgency
✅ Choose the best option from multiple choices
✅ Turn “too many choices” into a safe automation decision state
✅ Works inside Node-RED flows with 1 click
What it does (in 1 sentence)
Send a list of options → get them ranked best-to-worst with probabilities + metadata you can branch on.
Why developers install this
Most automation flows break down when you have multiple possible actions and don’t know which one to run.
VectorPrime solves that by turning this:
- “Which alert should fire first?”
- “Which ticket should I do next?”
- “Which customer should get priority?”
- “Which action gives the best outcome with least risk?”
- “Which fix should I deploy first?”
Into:
✅ A ranked result when the input supports a winner
✅ Or a tie / no-dominant outcome (so your flow can branch safely)
Install
Option A: Install from the Node-RED palette (recommended)
- Open Node-RED in your browser
- Click the menu (top-right) ☰
- Click Manage palette
- Click the Install tab
- Search:
node-red-contrib-vectorprime - Click Install
Option B: Install from terminal (Node-RED user directory)
In your Node-RED user directory (usually C:\Users\mxz\.node-red):
npm install node-red-contrib-vectorprime