OPTXOPTX DOCS
Build

Augment Registry

Runtime JETT Augments 00-09 — install and names/jobs. Distinct from Map of Augments (docs).

Product Augment = digital extension of yourself. This page documents runtime JETT Augments 00-09 (agent lobes in the SDK) — not the buyer product word, and not the docs graph.

SystemWhat it maps
Map of Augments (docs) / Augment SpaceDocumentation knowledge graph on this site
JETT Augments 00-09Runtime agent lobes in DOJO, MOJO, and HEDGEHOG MCP

Canonical source: augment-topology.json in jettoptx-sdk/packages/jett-augment-registry.

Install

npm install @jettoptx/jett-augment-registry

Usage

import {
  JETT_AUGMENTS,
  getAugmentByDigit,
  augmentStatusPayload,
} from "@jettoptx/jett-augment-registry";

const vision = getAugmentByDigit("01");
const mcpStatus = augmentStatusPayload();

Augments 00–09

Folder names in the SDK repo follow 1-Vision, 2-Send, … 9-Vector (digit 00 = 0-Core).

DigitFolderNameJob
000-CoreCoreSession routing and settings hub
011-VisionVisionStrategic foresight and gaze pipeline
022-SendSendOutbound messaging
033-WarpWarpNavigation and capability discovery
044-ShieldShieldSecurity and verify gates
055-VibeVibePersonality and social hub
066-SearchSearchDiscovery and docs RAG
077-WeightsWeightsModel routing
088-WealthWealthEconomic intelligence
099-VectorVectorSwarm orchestration

Spotlight: Vision (01)

Vision is the foresight lobe — gaze pipeline and strategic control. Install the registry, then look up digit 01 for status payloads. Topology JSON and inside-crew hotkey maps stay in the package README.

Not an Augment

These are infrastructure planes, not augment digits (see infrastructure in augment-topology.json):

  • SpacetimeDB — operational plane (chat reducers, auth, devlogs) at stdb.jettoptics.ai
  • Helix Cloud (planned) — knowledge plane (MOA graph, vector RAG)
  • Federation transport — optional inter-agent messaging plane (not an augment digit)

MCP Exposure

The edge gateway exposes augment status via jett_augment_status MCP tool. See Edge Gateway.

AugmentDoc page
01 VisionGaze Auth
02 SendJettChat
03 WarpMap of Augments
04 ShieldOPTX Auth
08 WealthToken
07 WeightsHEDGEHOG
09 VectorOrchestration
Docs knowledge graphMap of Augments