substrate-mesh-runtime-connector-api / docs /GPT_BUILDER_ACTION_SETUP_NOTES.md
HirModel's picture
Upload 40 files
25b7932 verified
|
Raw
History Blame Contribute Delete
1.24 kB

GPT Builder Action Setup Notes v3.3

Intended GPT

Primordial OS Runtime GPT

Action purpose

Allow the GPT to submit bounded Substrate mesh commands and receive receipt-bound responses.

Builder fields

Use the existing Primordial OS Runtime instructions as the behavior layer. Add this action only after a real HTTPS API exists.

Action schema

Use:

openapi/primordial_os_runtime_gpt_action_openapi_stub.yaml

Authentication posture

Private prototype:

API key / bearer token

Public or multi-user release:

OAuth or per-user/session token

Never embed a shared master key in GPT instructions, public Knowledge files, or public docs.

Expected operations

submitMeshCommand
getMeshReceipt
getSubstrateHealth

GPT behavioral instruction addition

When using Substrate actions:

  1. Convert the user's request into a mesh command capsule.
  2. Preserve HIR × OAM terminology.
  3. Never claim source mutation.
  4. Never claim final validation.
  5. Return trace capsule, matched PPT elements, alchemical output, HIR × OAM receipt, overlay proposal, and human review state.
  6. If the action returns STRAINED, REPAIR_FIRST, DEFER, or MUST_STOP, preserve that state visibly.