Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

fleet-murmur-worker

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fleet-murmur-worker

Fleet's thinking engine — runs 5 strategies on math theorems continuously

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

fleet-murmur-worker

CI

TypeScript worker that runs 5 thinking strategies continuously. Results are quality-gated then pushed to PLATO. Part of the Cocapn reverse-actualization truck.

What It Does

The worker runs a set of parallel "murmur" strategies — each one is a thinking approach that processes fleet data, generates insights, and submits them for quality review. Only insights that pass the quality gate make it to PLATO.

The 5 Strategies

These are defined in src/strategies/:

  • Connect — Finds links between fleet data points
  • Contradict — Challenges assumptions by looking for opposing evidence
  • Explore — Investigates unfamiliar territory in the data
  • Question — Probes gaps and inconsistencies in fleet knowledge
  • Synthesize — Combines insights from other strategies into coherent findings

How to Run

npm install
npm run build
npm start

Or in dev mode:

npm run dev

Quality Gate

Every insight is scored before PLATO submission. Thresholds are configurable in src/config.ts. Below-threshold results are logged but not committed.

Part of the Fleet

Part of SuperInstance fleet. Reports from Murmur (CCC node). Pushes to PLATO for fleet-wide consumption.

FAQs

Package last updated on 21 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts