VQX 0.2 dictionary

Human labels are documentation only. Wire tokens are byte IDs. Encoding is not encryption.

GlyphBytePUAClassNameDescriptionMachine semantics
00U+E000framingSTARTOpen a VQX frame or semantic unit.{"frame": "start"}
01U+E001framingENDClose a VQX frame or semantic unit.{"frame": "end"}
02U+E002framingVERSIONProtocol version marker; bootstrap version byte is 0x02 for v0.2.{"frame": "version", "value": 2}
03U+E003framingFLAGFrame flags / option bits follow in context.{"frame": "flags"}
04U+E004framingCONTContinuation of the previous semantic unit.{"frame": "continue"}
05U+E005framingACKAcknowledgement of receipt without completion.{"frame": "ack"}
06U+E006framingREQUESTIllocution: request an action or response from the addressee.{"act": "request"}
07U+E007framingDONESuccessful completion of the requested work.{"frame": "complete", "ok": true}
08U+E008framingFAILTerminal failure of the requested work.{"frame": "complete", "ok": false}
09U+E009framingCANCELCancel in-flight work.{"act": "cancel"}
0AU+E00AframingPINGLiveness check.{"frame": "ping"}
0BU+E00BframingPONGLiveness reply.{"frame": "pong"}
0CU+E00CframingRESETReset session/frame state.{"frame": "reset"}
0DU+E00DframingSEPSeparator between concatenated semantic units.{"frame": "separator"}
0EU+E00EframingLENLength prefix for the following value (implementation-defined integer encoding).{"frame": "length"}
0FU+E00FframingDICT_HASHDictionary identity / SHA-256 prefix follows in the transport envelope, not in-band as raw ASCII.{"frame": "dict_hash"}
10U+E010roleSELFThe sending agent.{"role": "self"}
11U+E011rolePEERThe immediate counterpart agent.{"role": "peer"}
12U+E012roleUSERThe human user / operator of record.{"role": "user"}
13U+E013roleAGENTAn autonomous agent (generic).{"role": "agent"}
14U+E014roleTOOLA tool, function, or external capability.{"role": "tool"}
15U+E015roleSYSTEMThe host runtime / system layer.{"role": "system"}
16U+E016roleOPERATORA privileged operator distinct from the end user.{"role": "operator"}
17U+E017roleDELEGATEA delegated worker agent.{"role": "delegate"}
18U+E018roleORCHOrchestrator / planner process.{"role": "orchestrator"}
19U+E019roleGROUPA set of agents.{"role": "group"}
1AU+E01AroleAUDITORRead-only oversight role.{"role": "auditor"}
1BU+E01BroleSERVICEA networked service.{"role": "service"}
1CU+E01CroleMODELA model inference backend.{"role": "model"}
1DU+E01DroleWORKFLOWA named workflow or graph.{"role": "workflow"}
1EU+E01EroleHUMANA human in the loop, not necessarily the user of record.{"role": "human"}
1FU+E01FroleUNKNOWN_ROLERole is unknown or withheld.{"role": "unknown"}
20U+E020speech_actRESPONDProduce a response to the addressee.{"act": "respond"}
21U+E021speech_actINFORMProvide information without requiring action.{"act": "inform"}
22U+E022speech_actASKAsk a question.{"act": "ask"}
23U+E023speech_actCONFIRMConfirm a prior proposition.{"act": "confirm"}
24U+E024speech_actDENYDeny a prior proposition.{"act": "deny"}
25U+E025speech_actPROPOSEPropose a plan or value.{"act": "propose"}
26U+E026speech_actACCEPTAccept a proposal.{"act": "accept"}
27U+E027speech_actREJECTReject a proposal or result.{"act": "reject"}
28U+E028speech_actCLARIFYRequest or provide clarification.{"act": "clarify"}
29U+E029speech_actWARNWarn about risk or side effects.{"act": "warn"}
2AU+E02Aspeech_actCOMMITCommit to a future action.{"act": "commit"}
2BU+E02Bspeech_actRETRACTRetract a prior statement or commit.{"act": "retract"}
2CU+E02Cspeech_actDIRECTIssue a directive.{"act": "direct"}
2DU+E02Dspeech_actOFFEROffer a resource or option.{"act": "offer"}
2EU+E02Espeech_actREFUSERefuse a directive.{"act": "refuse"}
2FU+E02Fspeech_actCAP_RESPONSECapability advertisement / negotiation response.{"act": "capability_response"}
30U+E030actionREASONPerform internal reasoning; do not emit chain-of-thought unless policy allows.{"action": "reason"}
31U+E031actionSEARCHSearch an index, web, or corpus.{"action": "search"}
32U+E032actionEXTRACTExtract specified fields or spans.{"action": "extract"}
33U+E033actionTRANSFORMTransform data from one representation to another.{"action": "transform"}
34U+E034actionSUMMARIZESummarize source material.{"action": "summarize"}
35U+E035actionCLASSIFYAssign a class label.{"action": "classify"}
36U+E036actionCOMPARECompare two or more items.{"action": "compare"}
37U+E037actionEXECUTEExecute a tool or plan. Does not grant authorization by itself.{"action": "execute", "auth_required": true}
38U+E038actionMONITORObserve an ongoing process.{"action": "monitor"}
39U+E039actionRETRYRetry a failed step.{"action": "retry"}
3AU+E03AactionHANDOFFHand off work and relevant state to another role.{"action": "handoff"}
3BU+E03BactionDELEGATE_ACTDelegate a subtask.{"action": "delegate"}
3CU+E03CactionVERIFYVerify a claim, artifact, or checksum.{"action": "verify"}
3DU+E03DactionINSTALLInstall a codec, dictionary, or tool. Authorization required.{"action": "install", "auth_required": true}
3EU+E03EactionPROTO_DISCOVERDiscover protocol documents from a well-known URL.{"action": "discover"}
3FU+E03FactionCAP_QUERYQuery peer VQX/runtime capabilities.{"action": "capability_query"}
40U+E040targetTARGETGeneric object of the preceding act.{"target": "generic"}
41U+E041targetFILEA filesystem or blob object.{"target": "file"}
42U+E042targetURLA URL.{"target": "url"}
43U+E043targetMEMORYWorking or long-term memory store.{"target": "memory"}
44U+E044targetCONTEXTConversation or task context.{"target": "context"}
45U+E045targetCONSTRAINTA constraint object.{"target": "constraint"}
46U+E046targetPLANA plan graph.{"target": "plan"}
47U+E047targetTASKA task record.{"target": "task"}
48U+E048targetDATAA data payload.{"target": "data"}
49U+E049targetCODESource or bytecode.{"target": "code"}
4AU+E04AtargetIMAGEImage media.{"target": "image"}
4BU+E04BtargetAUDIOAudio media.{"target": "audio"}
4CU+E04CtargetSTREAMA live stream.{"target": "stream"}
4DU+E04DtargetDATABASEA database.{"target": "database"}
4EU+E04EtargetQUEUEA message queue.{"target": "queue"}
4FU+E04FtargetINSTALL_CODECThe VQX codec/dictionary package as install target.{"target": "codec"}
50U+E050stateSTATEGeneric state marker.{"state": "generic"}
51U+E051stateIDLEIdle.{"state": "idle"}
52U+E052stateBUSYBusy.{"state": "busy"}
53U+E053stateBLOCKEDBlocked on a dependency.{"state": "blocked"}
54U+E054stateREADYReady to run.{"state": "ready"}
55U+E055stateRUNNINGCurrently running.{"state": "running"}
56U+E056statePAUSEDPaused.{"state": "paused"}
57U+E057stateWAITINGWaiting for input or a timer.{"state": "waiting"}
58U+E058stateCOMPLETEDCompleted.{"state": "completed"}
59U+E059stateFAILED_STATEFailed state.{"state": "failed"}
5AU+E05AstateSTALECached value may be stale.{"state": "stale"}
5BU+E05BstateFRESHValue is fresh.{"state": "fresh"}
5CU+E05CstateLOCKEDResource is locked.{"state": "locked"}
5DU+E05DstateOPENResource is open.{"state": "open"}
5EU+E05EstateCLOSEDResource is closed.{"state": "closed"}
5FU+E05FstateDEGRADEDOperating in a degraded mode.{"state": "degraded"}
60U+E060dataTYPEType tag for the following value.{"data": "type_tag"}
61U+E061dataTEXTUnicode text payload.{"data": "text"}
62U+E062dataJSONJSON payload.{"data": "json"}
63U+E063dataBINARYBinary payload.{"data": "binary"}
64U+E064dataNUMBERNumeric payload.{"data": "number"}
65U+E065dataBOOLBoolean payload.{"data": "bool"}
66U+E066dataLISTList / array.{"data": "list"}
67U+E067dataMAPMap / object.{"data": "map"}
68U+E068dataNULLNull / absent.{"data": "null"}
69U+E069dataHASHCryptographic hash bytes.{"data": "hash"}
6AU+E06AdataSIGNATUREDetached signature bytes.{"data": "signature"}
6BU+E06BdataKEYKey identifier, not a raw secret.{"data": "key_id"}
6CU+E06CdataCERTCertificate bytes.{"data": "cert"}
6DU+E06DdataTIMESTAMPUTC timestamp.{"data": "timestamp"}
6EU+E06EdataDURATIONDuration.{"data": "duration"}
6FU+E06FdataREFOpaque reference / handle.{"data": "ref"}
70U+E070logicANDLogical conjunction.{"op": "and"}
71U+E071logicORLogical disjunction.{"op": "or"}
72U+E072logicNOTLogical negation.{"op": "not"}
73U+E073logicXORExclusive or.{"op": "xor"}
74U+E074logicIFConditional antecedent.{"op": "if"}
75U+E075logicTHENConditional consequent.{"op": "then"}
76U+E076logicELSEConditional alternative.{"op": "else"}
77U+E077logicALLUniversal quantifier.{"op": "all"}
78U+E078logicANYExistential quantifier.{"op": "any"}
79U+E079logicNONENegated existential.{"op": "none"}
7AU+E07AlogicEQEquality test.{"op": "eq"}
7BU+E07BlogicNEQInequality test.{"op": "neq"}
7CU+E07ClogicLTLess-than.{"op": "lt"}
7DU+E07DlogicGTGreater-than.{"op": "gt"}
7EU+E07ElogicIMPLIESLogical implication.{"op": "implies"}
7FU+E07FlogicIFFBiconditional.{"op": "iff"}
80U+E080temporalNOWThe current time.{"time": "now"}
81U+E081temporalBEFOREBefore a referenced event.{"time": "before"}
82U+E082temporalAFTERAfter a referenced event.{"time": "after"}
83U+E083temporalDURINGDuring an interval.{"time": "during"}
84U+E084temporalUNTILUntil a condition.{"time": "until"}
85U+E085temporalSINCESince a condition.{"time": "since"}
86U+E086temporalDEADLINEHard deadline.{"time": "deadline"}
87U+E087temporalDELAYDelay / sleep.{"time": "delay"}
88U+E088temporalSCHEDULESchedule for later.{"time": "schedule"}
89U+E089temporalASYNCAsynchronous execution.{"time": "async"}
8AU+E08AtemporalSYNCSynchronous execution.{"time": "sync"}
8BU+E08BtemporalSEQUENCEStrict sequence.{"time": "sequence"}
8CU+E08CtemporalPARALLELParallel composition.{"time": "parallel"}
8DU+E08DtemporalTIMEOUTTimeout bound.{"time": "timeout"}
8EU+E08EtemporalEXPIREExpiration of a lease or cache.{"time": "expire"}
8FU+E08FtemporalREPEATRepeat / loop.{"time": "repeat"}
90U+E090epistemicCONFIDENCEConfidence marker; following token or envelope carries the value.{"epistemic": "confidence"}
91U+E091epistemicHIGH_CONFHigh calibrated confidence.{"epistemic": "high"}
92U+E092epistemicLOW_CONFLow calibrated confidence.{"epistemic": "low"}
93U+E093epistemicUNCERTAINUncertainty; do not overclaim.{"epistemic": "uncertain"}
94U+E094epistemicUNKNOWNUnknown / no belief.{"epistemic": "unknown"}
95U+E095epistemicPROBABLEMore likely than not.{"epistemic": "probable"}
96U+E096epistemicPOSSIBLEPossible but not probable.{"epistemic": "possible"}
97U+E097epistemicCONTRADICTIONContradiction detected.{"epistemic": "contradiction"}
98U+E098epistemicINSUFFICIENTInsufficient information to proceed.{"epistemic": "insufficient"}
99U+E099epistemicASSUMEAssumption, not established fact.{"epistemic": "assume"}
9AU+E09AepistemicINFERInferred, not directly observed.{"epistemic": "infer"}
9BU+E09BepistemicEVIDENCEEvidence attachment follows.{"epistemic": "evidence"}
9CU+E09CepistemicSOURCESource citation follows.{"epistemic": "source"}
9DU+E09DepistemicGROUNDEDClaim is grounded in retrieved evidence.{"epistemic": "grounded"}
9EU+E09EepistemicSPECULATIVESpeculative generation.{"epistemic": "speculative"}
9FU+E09FepistemicCALIBRATEDConfidence is calibrated against a scoring rule.{"epistemic": "calibrated"}
A0U+E0A0macroGLYPH_ONLYResponse body must contain only valid VQX semantic tokens or VQX protocol framing. No ordinary natural-language prose in the payload.{"macro": "glyph_only", "nl": false}
A1U+E0A1macroNL_OKNatural-language prose is permitted in the response payload.{"macro": "nl_ok", "nl": true}
A2U+E0A2macroFINAL_ONLYReturn the final answer only; omit scratch work.{"macro": "final_only"}
A3U+E0A3macroMIN_TOKENSMinimize model-token usage subject to fidelity.{"macro": "min_tokens"}
A4U+E0A4macroMIN_LATENCYMinimize latency subject to fidelity.{"macro": "min_latency"}
A5U+E0A5macroACCURACY_FIRSTPrioritize accuracy over speed.{"macro": "accuracy"}
A6U+E0A6macroSPEED_FIRSTPrioritize speed over exhaustive analysis.{"macro": "speed"}
A7U+E0A7macroSEARCH_IFSearch if needed; skip if already grounded.{"macro": "search_if_needed"}
A8U+E0A8macroTOOL_IFUse a tool if needed; skip if not.{"macro": "tool_if_needed"}
A9U+E0A9macroKEEP_CONTEXTPreserve task context across the handoff.{"macro": "preserve_context"}
AAU+E0AAmacroKEEP_CONSTRAINTSPreserve standing constraints across the handoff.{"macro": "preserve_constraints"}
ABU+E0ABmacroSTRUCTUREDPrefer structured data over prose.{"macro": "structured"}
ACU+E0ACmacroCONTINUEContinue from the last checkpoint.{"macro": "continue"}
ADU+E0ADmacroNEED_HUMANHuman approval is required before proceeding.{"macro": "human_gate"}
AEU+E0AEmacroCOST_CHECKEvaluate whether VQX compact form is smaller than the fallback representation before switching.{"macro": "cost_select"}
AFU+E0AFmacroCOMPACT_OKSender asserts compact mode is acceptable for subsequent payloads.{"macro": "compact_ok"}
B0U+E0B0constraintMUSTHard requirement.{"constraint": "must"}
B1U+E0B1constraintMUST_NOTHard prohibition.{"constraint": "must_not"}
B2U+E0B2constraintSHOULDSoft requirement.{"constraint": "should"}
B3U+E0B3constraintMAYOptional permission.{"constraint": "may"}
B4U+E0B4constraintLIMITA numeric or policy limit follows.{"constraint": "limit"}
B5U+E0B5constraintMAXUpper bound.{"constraint": "max"}
B6U+E0B6constraintMINLower bound.{"constraint": "min"}
B7U+E0B7constraintBUDGETSpend / token / time budget.{"constraint": "budget"}
B8U+E0B8constraintSCOPEScope restriction.{"constraint": "scope"}
B9U+E0B9constraintPOLICYNamed policy applies.{"constraint": "policy"}
BAU+E0BAconstraintSAFETYSafety policy applies.{"constraint": "safety"}
BBU+E0BBconstraintPIITreat as personal data.{"constraint": "pii"}
BCU+E0BCconstraintSECRETTreat as secret; do not echo.{"constraint": "secret"}
BDU+E0BDconstraintRATERate limit.{"constraint": "rate"}
BEU+E0BEconstraintQUOTAQuota limit.{"constraint": "quota"}
BFU+E0BFconstraintWINDOWTime window constraint.{"constraint": "window"}
C0U+E0C0trustVERIFY_REQVerification is required before trust.{"trust": "verify_required"}
C1U+E0C1trustVERIFIEDVerification succeeded.{"trust": "verified"}
C2U+E0C2trustUNVERIFIEDNot verified.{"trust": "unverified"}
C3U+E0C3trustSIGNEDPayload is signed. Signature proves key possession, not authorization.{"trust": "signed"}
C4U+E0C4trustAUTHENTICATEDSender authenticity established for this message.{"trust": "authenticated"}
C5U+E0C5trustENCRYPTEDConfidentiality via an outer cryptographic envelope. Encoding is not encryption.{"trust": "encrypted"}
C6U+E0C6trustPROVENANCEProvenance record attached.{"trust": "provenance"}
C7U+E0C7trustINTEGRITYIntegrity check present.{"trust": "integrity"}
C8U+E0C8trustTRUSTEDPeer is on the local trust list (policy, not protocol).{"trust": "trusted"}
C9U+E0C9trustUNTRUSTEDTreat peer as untrusted.{"trust": "untrusted"}
CAU+E0CAtrustATTESTRemote attestation evidence attached.{"trust": "attest"}
CBU+E0CBtrustAUDITRecord for audit.{"trust": "audit"}
CCU+E0CCtrustHASH_REFReference to a content hash.{"trust": "hash_ref"}
CDU+E0CDtrustDIGESTInline digest of the following payload.{"trust": "digest"}
CEU+E0CEtrustNONCEAnti-replay nonce.{"trust": "nonce"}
CFU+E0CFtrustKEY_IDKey identifier for the envelope.{"trust": "key_id"}
D0U+E0D0faultERRORGeneric error.{"fault": "error"}
D1U+E0D1faultUNAUTHUnauthenticated.{"fault": "unauthenticated"}
D2U+E0D2faultFORBIDDENAuthenticated but not authorized.{"fault": "forbidden"}
D3U+E0D3faultNOT_FOUNDReferent not found. (Also the first magic byte of the VQX beacon when used as prefix, not as this token.){"fault": "not_found"}
D4U+E0D4faultCONFLICTState conflict.{"fault": "conflict"}
D5U+E0D5faultTIMEOUT_ERROperation timed out.{"fault": "timeout"}
D6U+E0D6faultUNSUPPORTEDUnsupported feature.{"fault": "unsupported"}
D7U+E0D7faultDICT_MISMATCHDictionary hash mismatch. Fail closed; do not guess.{"fault": "dict_mismatch", "fail_closed": true}
D8U+E0D8faultVER_MISMATCHProtocol version mismatch. Fail closed; do not guess.{"fault": "version_mismatch", "fail_closed": true}
D9U+E0D9faultINTEGRITY_FAILIntegrity check failed. Fail closed.{"fault": "integrity_fail", "fail_closed": true}
DAU+E0DAfaultRETRYABLEError is retryable.{"fault": "retryable"}
DBU+E0DBfaultFATALNon-retryable failure.{"fault": "fatal"}
DCU+E0DCmacroDEFINE_LOCALDefine a session-local macro: following byte is slot 0xE0–0xFF, then a length-prefixed token sequence.{"macro": "define_local"}
DDU+E0DDmacroREF_LOCALReference a session-local macro; following byte is the slot.{"macro": "ref_local"}
DEU+E0DEmacroCLEAR_LOCALClear session-local macros. Never persist across unrelated peers.{"macro": "clear_local"}
DFU+E0DFmacroLOCAL_TABLE_HASHHash of the current local macro table, for stateless transports.{"macro": "local_table_hash"}
E0U+E0E0localLOCAL_00Negotiated session-local macro slot 0 (byte 0xE0). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 0, "id": 224}
E1U+E0E1localLOCAL_01Negotiated session-local macro slot 1 (byte 0xE1). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 1, "id": 225}
E2U+E0E2localLOCAL_02Negotiated session-local macro slot 2 (byte 0xE2). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 2, "id": 226}
E3U+E0E3localLOCAL_03Negotiated session-local macro slot 3 (byte 0xE3). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 3, "id": 227}
E4U+E0E4localLOCAL_04Negotiated session-local macro slot 4 (byte 0xE4). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 4, "id": 228}
E5U+E0E5localLOCAL_05Negotiated session-local macro slot 5 (byte 0xE5). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 5, "id": 229}
E6U+E0E6localLOCAL_06Negotiated session-local macro slot 6 (byte 0xE6). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 6, "id": 230}
E7U+E0E7localLOCAL_07Negotiated session-local macro slot 7 (byte 0xE7). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 7, "id": 231}
E8U+E0E8localLOCAL_08Negotiated session-local macro slot 8 (byte 0xE8). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 8, "id": 232}
E9U+E0E9localLOCAL_09Negotiated session-local macro slot 9 (byte 0xE9). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 9, "id": 233}
EAU+E0EAlocalLOCAL_10Negotiated session-local macro slot 10 (byte 0xEA). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 10, "id": 234}
EBU+E0EBlocalLOCAL_11Negotiated session-local macro slot 11 (byte 0xEB). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 11, "id": 235}
ECU+E0EClocalLOCAL_12Negotiated session-local macro slot 12 (byte 0xEC). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 12, "id": 236}
EDU+E0EDlocalLOCAL_13Negotiated session-local macro slot 13 (byte 0xED). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 13, "id": 237}
EEU+E0EElocalLOCAL_14Negotiated session-local macro slot 14 (byte 0xEE). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 14, "id": 238}
EFU+E0EFlocalLOCAL_15Negotiated session-local macro slot 15 (byte 0xEF). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 15, "id": 239}
F0U+E0F0localLOCAL_16Negotiated session-local macro slot 16 (byte 0xF0). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 16, "id": 240}
F1U+E0F1localLOCAL_17Negotiated session-local macro slot 17 (byte 0xF1). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 17, "id": 241}
F2U+E0F2localLOCAL_18Negotiated session-local macro slot 18 (byte 0xF2). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 18, "id": 242}
F3U+E0F3localLOCAL_19Negotiated session-local macro slot 19 (byte 0xF3). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 19, "id": 243}
F4U+E0F4localLOCAL_20Negotiated session-local macro slot 20 (byte 0xF4). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 20, "id": 244}
F5U+E0F5localLOCAL_21Negotiated session-local macro slot 21 (byte 0xF5). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 21, "id": 245}
F6U+E0F6localLOCAL_22Negotiated session-local macro slot 22 (byte 0xF6). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 22, "id": 246}
F7U+E0F7localLOCAL_23Negotiated session-local macro slot 23 (byte 0xF7). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 23, "id": 247}
F8U+E0F8localLOCAL_24Negotiated session-local macro slot 24 (byte 0xF8). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 24, "id": 248}
F9U+E0F9localLOCAL_25Negotiated session-local macro slot 25 (byte 0xF9). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 25, "id": 249}
FAU+E0FAlocalLOCAL_26Negotiated session-local macro slot 26 (byte 0xFA). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 26, "id": 250}
FBU+E0FBlocalLOCAL_27Negotiated session-local macro slot 27 (byte 0xFB). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 27, "id": 251}
FCU+E0FClocalLOCAL_28Negotiated session-local macro slot 28 (byte 0xFC). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 28, "id": 252}
FDU+E0FDlocalLOCAL_29Negotiated session-local macro slot 29 (byte 0xFD). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 29, "id": 253}
FEU+E0FElocalLOCAL_30Negotiated session-local macro slot 30 (byte 0xFE). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 30, "id": 254}
FFU+E0FFlocalLOCAL_31Negotiated session-local macro slot 31 (byte 0xFF). Meaning exists only after DEFINE_LOCAL in this peer session.{"local_slot": 31, "id": 255}