node-red-contrib-vectorprime
v0.1.41
Published
Rank tasks, alerts, or actions inside Node-RED when multiple options compete. Choose the safest next step automatically instead of hard-coded rules.
Downloads
3,682
Maintainers
Readme
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
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)
Open your Node-RED user directory:
- Windows:
C:\Users\<you>\.node-red - macOS/Linux:
~/.node-red
Then run:
npm install node-red-contrib-vectorprime