Preset execution surface

Run the preset against a seed, payload, and render snapshot before buyout.

This surface projects the selected preset into an execution manifest: representative source file, extracted code lines, derived data series, matrix state, graph nodes, and an execution hash that can flow into display, composer, and delivery.

Execution preview
Seeded composer
Open raw preview
Execution manifest
hash20143e5fd220aae7
statedc40c451fba58f8c
fidelity0.54
source.html
{
  "item": {
    "id": "jelly-agent-ecosystem",
    "title": "Jelly agent ecosystem",
    "type": "interfaces",
    "family": "ecosystem 3d",
    "summary": "Jellyfish scene, medusa ecosystem, cam.svg projection, and responsive immersive UI for evolutive generative agent display.",
    "sourcePath": "/rhiz/akatsuki/dooh/jellyfish.html",
    "docPath": "/rhiz/uniphi/components/data-viz/ecosystem/medusa.html",
    "actionLabel": "Open ecosystem scene"
  },
  "seed": "phi-request-ontology-graph",
  "payloadText": "{\n  \"preset\": \"jelly-agent-ecosystem\",\n  \"family\": \"ecosystem 3d\",\n  \"type\": \"interfaces\",\n  \"amplitude\": 5,\n  \"density\": 7,\n  \"directives\": [\n    \"ecosystem 3d\",\n    \"interfaces\"\n  ]\n}",
  "parsedPayload": {
    "kind": "object",
    "values": [
      21,
      12,
      10,
      5,
      7,
      2
    ],
    "keys": [
      "preset",
      "family",
      "type",
      "amplitude",
      "density",
      "directives"
    ],
    "raw": "{\n  \"preset\": \"jelly-agent-ecosystem\",\n  \"family\": \"ecosystem 3d\",\n  \"type\": \"interfaces\",\n  \"amplitude\": 5,\n  \"density\": 7,\n  \"directives\": [\n    \"ecosystem 3d\",\n    \"interfaces\"\n  ]\n}"
  },
  "previewMode": "field",
  "codeLines": [
    "<canvas id=\"gfx\"></canvas>",
    "const API_BASE = '/api/quantum-jellyfish/status';",
    "let jelly = { topologicalSignature: 0, fluxDynamics: 0, morphologicalVariance: 0 };",
    "const overlay = document.getElementById('overlay');",
    "async function fetchStatus () {",
    "const res = await fetch(API_BASE, { cache: 'no-store' });",
    "function buildSphere (latBands = 48, lonBands = 64) {",
    "const positions = [], indices = [];"
  ],
  "keywords": [
    "device",
    "jelly",
    "indices",
    "time",
    "canvas",
    "positions"
  ],
  "metrics": {
    "representativePath": "/rhiz/akatsuki/dooh/jellyfish.html",
    "sampledPaths": [
      "/rhiz/akatsuki/dooh/jellyfish.html",
      "/rhiz/uniphi/components/data-viz/ecosystem/medusa.html"
    ],
    "extension": ".html",
    "lines": 230,
    "nonEmptyLines": 216,
    "bytes": 8901,
    "importCount": 0,
    "exportCount": 0,
    "functionCount": 9,
    "classCount": 0,
    "objectKeys": 6,
    "payloadKind": "object"
  },
  "dataset": {
    "series": [
      29,
      84,
      24,
      15,
      22,
      6,
      87,
      9,
      85,
      95,
      4,
      50,
      39,
      12,
      41,
      6,
      99,
      50,
      75,
      85,
      50,
      58,
      92,
      55
    ],
    "matrix": [
      [
        0.29,
        0.84,
        0.24,
        0.15,
        0.22,
        0.06
      ],
      [
        0.87,
        0.09,
        0.85,
        0.95,
        0.04,
        0.5
      ],
      [
        0.39,
        0.12,
        0.41,
        0.06,
        0.99,
        0.5
      ],
      [
        0.75,
        0.85,
        0.5,
        0.58,
        0.92,
        0.55
      ],
      [
        0.29,
        0.84,
        0.24,
        0.15,
        0.22,
        0.06
      ],
      [
        0.87,
        0.09,
        0.85,
        0.95,
        0.04,
        0.5
      ]
    ],
    "nodes": [
      {
        "id": "jelly-agent-ecosystem-0",
        "label": "device",
        "weight": 29
      },
      {
        "id": "jelly-agent-ecosystem-1",
        "label": "jelly",
        "weight": 84
      },
      {
        "id": "jelly-agent-ecosystem-2",
        "label": "indices",
        "weight": 24
      },
      {
        "id": "jelly-agent-ecosystem-3",
        "label": "time",
        "weight": 15
      },
      {
        "id": "jelly-agent-ecosystem-4",
        "label": "canvas",
        "weight": 22
      },
      {
        "id": "jelly-agent-ecosystem-5",
        "label": "positions",
        "weight": 6
      }
    ],
    "edges": [
      {
        "from": "jelly-agent-ecosystem-0",
        "to": "jelly-agent-ecosystem-1",
        "weight": 113
      },
      {
        "from": "jelly-agent-ecosystem-0",
        "to": "jelly-agent-ecosystem-2",
        "weight": 29
      },
      {
        "from": "jelly-agent-ecosystem-1",
        "to": "jelly-agent-ecosystem-2",
        "weight": 108
      },
      {
        "from": "jelly-agent-ecosystem-1",
        "to": "jelly-agent-ecosystem-3",
        "weight": 84
      },
      {
        "from": "jelly-agent-ecosystem-2",
        "to": "jelly-agent-ecosystem-3",
        "weight": 39
      },
      {
        "from": "jelly-agent-ecosystem-2",
        "to": "jelly-agent-ecosystem-4",
        "weight": 24
      },
      {
        "from": "jelly-agent-ecosystem-3",
        "to": "jelly-agent-ecosystem-4",
        "weight": 37
      },
      {
        "from": "jelly-agent-ecosystem-3",
        "to": "jelly-agent-ecosystem-5",
        "weight": 15
      },
      {
        "from": "jelly-agent-ecosystem-4",
        "to": "jelly-agent-ecosystem-5",
        "weight": 28
      },
      {
        "from": "jelly-agent-ecosystem-4",
        "to": "jelly-agent-ecosystem-0",
        "weight": 29
      },
      {
        "from": "jelly-agent-ecosystem-5",
        "to": "jelly-agent-ecosystem-0",
        "weight": 35
      },
      {
        "from": "jelly-agent-ecosystem-5",
        "to": "jelly-agent-ecosystem-1",
        "weight": 84
      }
    ],
    "payloadKeys": [
      "preset",
      "family",
      "type",
      "amplitude",
      "density",
      "directives"
    ],
    "payloadKind": "object"
  },
  "snapshot": {
    "executionHash": "20143e5fd220aae7c6eb2db762ae5f0efef066bd8f0bf1cd446c24326be07818",
    "stateHash": "dc40c451fba58f8c8bd05475dc0794e0fbd19a2359d1884dfa297ef6ecec353e",
    "fidelity": 0.54,
    "phaseVector": [
      29,
      84,
      24,
      15
    ],
    "superpositionBands": [
      0.29,
      0.84,
      0.24,
      0.15,
      0.22,
      0.06
    ]
  }
}