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.
| System | What it maps |
|---|---|
| Docs MOA | Documentation pages (this site's knowledge graph) |
| JETT Augments 00–09 | Runtime 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-registryUsage
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).
| Digit | Folder | Name | AGT | HEAT | Role |
|---|---|---|---|---|---|
| 00 | 0-Core | Core | — | — | Session homeostasis, command routing, settings hub (south pole) |
| 01 | 1-Vision | Vision | COG | V | Strategic foresight, gaze-model control, ARKit pipeline |
| 02 | 2-Send | Send | EMO | S | Outbound messaging — JettChat E2E, X broadcast |
| 03 | 3-Warp | Warp | ENV | W | Meta-navigator — MOA routing, mesh capability discovery |
| 04 | 4-Shield | Shield | COG | S | Zero-trust security — JTX gate, Phantom Mode, gaze verify |
| 05 | 5-Vibe | Vibe | EMO | V | Personality and creativity — AstroJOE soul, social hub |
| 06 | 6-Search | Search | ENV | S | Discovery — diagnostics, MCP search, docs RAG |
| 07 | 7-Weights | Weights | COG | W | Model routing and AGT calibration — Grok gateway |
| 08 | 8-Wealth | Wealth | EMO | W | Economic intelligence — JTX, Stripe, DePIN wallets |
| 09 | 9-Vector | Vector | ENV | V | Swarm 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:
| Lobe | V (1st) | S (2nd) | W (3rd) |
|---|---|---|---|
| COG | 01 Vision | 04 Shield | 07 Weights |
| EMO | 05 Vibe | 02 Send | 08 Wealth |
| ENV | 09 Vector | 06 Search | 03 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.
Related Docs
| Augment | Doc page |
|---|---|
| 01 Vision | Gaze Auth |
| 02 Send | JettChat |
| 03 Warp | Map of Augments |
| 04 Shield | JETT Auth |
| 08 Wealth | Token |
| 07 Weights | HEDGEHOG |
| 09 Vector | Orchestration |
| Docs knowledge graph | Map of Augments |