OPTXOPTX DOCS
SDK Reference

Augment Registry

552520

JETT Augments 00–09 — runtime agent lobes, V/S/W hotkeys, and AGT topology.

The @jettoptx/jett-augment-registry package defines the runtime augment topology for the JOE Agentic Operating System — distinct from the docs MOA graph on this site.

SystemWhat it maps
Docs MOADocumentation pages (this site's knowledge graph)
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).

DigitFolderNameAGTHEATRole
000-CoreCoreSession homeostasis, command routing, settings hub (south pole)
011-VisionVisionCOGVStrategic foresight, gaze-model control, ARKit pipeline
022-SendSendEMOSOutbound messaging — JettChat E2E, X broadcast
033-WarpWarpENVWMeta-navigator — MOA routing, mesh capability discovery
044-ShieldShieldCOGSZero-trust security — JTX gate, Phantom Mode, gaze verify
055-VibeVibeEMOVPersonality and creativity — AstroJOE soul, social hub
066-SearchSearchENVSDiscovery — diagnostics, MCP search, docs RAG
077-WeightsWeightsCOGWModel routing and AGT calibration — Grok gateway
088-WealthWealthEMOWEconomic intelligence — JTX, Stripe, DePIN wallets
099-VectorVectorENVVSwarm orchestration — Hermes/AgenC, compute dispatch

Digit 00 Core has no HEAT hotkey.

HEAT Hotkeys (V / S / W)

Each AGT lobe has three position macros — V (first), S (second), W (third) — mapped to the augments above:

LobeV (1st)S (2nd)W (3rd)
COG01 Vision04 Shield07 Weights
EMO05 Vibe02 Send08 Wealth
ENV09 Vector06 Search03 Warp

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 ShieldJETT Auth
08 WealthToken
07 WeightsHEDGEHOG
09 VectorOrchestration
Docs knowledge graphMap of Augments