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.
| System | What it maps |
|---|---|
| Map of Augments (docs) / Augment Space | Documentation knowledge graph on this site |
| 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 | Job |
|---|---|---|---|
| 00 | 0-Core | Core | Session routing and settings hub |
| 01 | 1-Vision | Vision | Strategic foresight and gaze pipeline |
| 02 | 2-Send | Send | Outbound messaging |
| 03 | 3-Warp | Warp | Navigation and capability discovery |
| 04 | 4-Shield | Shield | Security and verify gates |
| 05 | 5-Vibe | Vibe | Personality and social hub |
| 06 | 6-Search | Search | Discovery and docs RAG |
| 07 | 7-Weights | Weights | Model routing |
| 08 | 8-Wealth | Wealth | Economic intelligence |
| 09 | 9-Vector | Vector | Swarm 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.
Related Docs
| Augment | Doc page |
|---|---|
| 01 Vision | Gaze Auth |
| 02 Send | JettChat |
| 03 Warp | Map of Augments |
| 04 Shield | OPTX Auth |
| 08 Wealth | Token |
| 07 Weights | HEDGEHOG |
| 09 Vector | Orchestration |
| Docs knowledge graph | Map of Augments |