node-red-contrib-vectorprime 0.1.26

VectorPrime Decision Kernel node for Node-RED

npm install node-red-contrib-vectorprime

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)

  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

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

Node Info

Version: 0.1.26
Updated 2 days ago
License: MIT
Rating: 5.0 1

Categories

Actions

Rate:

Downloads

1849 in the last week

Nodes

  • vectorprime-config
  • vectorprime-rank

Keywords

  • node-red
  • vectorprime
  • decision
  • ranking
  • kernel

Maintainers