node-red-contrib-vectorprime
VectorPrime Rank — rank tasks, alerts, or decisions inside Node-RED using the VectorPrime Decision Kernel (
Contract v1).
This node helps your flow choose the
best next action when multiple options compete —
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 a simple node
---
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)
---
Nodes Included
-
VectorPrime Config
Stores your VectorPrime Base URL + API Key.
-
VectorPrime Rank
Sends options to VectorPrime (
/v1/kernel/rank) and returns a ranked result.
---
Install
$3
1) Open Node-RED in your browser
2) Click the menu (top-right) ☰
3) Click
Manage palette
4) Click the
Install tab
5) Search:
node-red-contrib-vectorprime
6) Click
Install
$3
Open your Node-RED user directory:
-
Windows: C:\Users\\.node-red
-
macOS/Linux: ~/.node-red
Then run:
```bash
npm install node-red-contrib-vectorprime