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
hash4802d6e7c491660c
state49d436fb8f38fe5d
fidelity0.98
source.js
{
  "item": {
    "id": "octopuce-guardian-module",
    "title": "Octopuce guardian module",
    "type": "agent",
    "family": "polyfractal graph",
    "summary": "OCTOPUCE.AI agent formalism with LLM autonomy, security pattern recognition, and Guardian control widget integration.",
    "sourcePath": "/rhiz/akatsuki/agents/octopuceAI.js",
    "docPath": "/rhiz/akatsuki/config/guardian.octopuce.json",
    "actionLabel": "Route module"
  },
  "seed": "phi-request-ontology-graph",
  "payloadText": "{\n  \"preset\": \"octopuce-guardian-module\",\n  \"family\": \"polyfractal graph\",\n  \"type\": \"agent\",\n  \"amplitude\": 5,\n  \"density\": 7,\n  \"directives\": [\n    \"polyfractal graph\",\n    \"agent\"\n  ]\n}",
  "parsedPayload": {
    "kind": "object",
    "values": [
      24,
      17,
      5,
      5,
      7,
      2
    ],
    "keys": [
      "preset",
      "family",
      "type",
      "amplitude",
      "density",
      "directives"
    ],
    "raw": "{\n  \"preset\": \"octopuce-guardian-module\",\n  \"family\": \"polyfractal graph\",\n  \"type\": \"agent\",\n  \"amplitude\": 5,\n  \"density\": 7,\n  \"directives\": [\n    \"polyfractal graph\",\n    \"agent\"\n  ]\n}"
  },
  "previewMode": "network",
  "codeLines": [
    "const { v4: uuidv4 } = require('uuid');",
    "const { KobaltSigmaAgent } = require('./kobaltSigmaAgent');",
    "class OctopuceAI {",
    "const enhanced = agent._enhancePerception(environment); // Use agent's base enhancement",
    "let complexity = 0.5;",
    "let anomalyScore = 0.1;",
    "let relevance = 0.5;",
    "const memoryMatches = agent.memorySystem.longTerm.items ?"
  ],
  "keywords": [
    "agent",
    "this",
    "math",
    "reasoningengine",
    "reasoning",
    "cognitiveenhancements"
  ],
  "metrics": {
    "representativePath": "/rhiz/akatsuki/agents/octopuceAI.js",
    "sampledPaths": [
      "/rhiz/akatsuki/agents/octopuceAI.js",
      "/rhiz/akatsuki/config/guardian.octopuce.json"
    ],
    "extension": ".js",
    "lines": 920,
    "nonEmptyLines": 764,
    "bytes": 33100,
    "importCount": 0,
    "exportCount": 0,
    "functionCount": 18,
    "classCount": 2,
    "objectKeys": 6,
    "payloadKind": "object"
  },
  "dataset": {
    "series": [
      25,
      21,
      60,
      15,
      54,
      38,
      39,
      91,
      78,
      65,
      98,
      63,
      40,
      57,
      23,
      69,
      52,
      62,
      26,
      92,
      38,
      26,
      3,
      63
    ],
    "matrix": [
      [
        0.25,
        0.21,
        0.6,
        0.15,
        0.54,
        0.38
      ],
      [
        0.39,
        0.91,
        0.78,
        0.65,
        0.98,
        0.63
      ],
      [
        0.4,
        0.57,
        0.23,
        0.69,
        0.52,
        0.62
      ],
      [
        0.26,
        0.92,
        0.38,
        0.26,
        0.03,
        0.63
      ],
      [
        0.25,
        0.21,
        0.6,
        0.15,
        0.54,
        0.38
      ],
      [
        0.39,
        0.91,
        0.78,
        0.65,
        0.98,
        0.63
      ]
    ],
    "nodes": [
      {
        "id": "octopuce-guardian-module-0",
        "label": "agent",
        "weight": 25
      },
      {
        "id": "octopuce-guardian-module-1",
        "label": "this",
        "weight": 21
      },
      {
        "id": "octopuce-guardian-module-2",
        "label": "math",
        "weight": 60
      },
      {
        "id": "octopuce-guardian-module-3",
        "label": "reasoningengine",
        "weight": 15
      },
      {
        "id": "octopuce-guardian-module-4",
        "label": "reasoning",
        "weight": 54
      },
      {
        "id": "octopuce-guardian-module-5",
        "label": "cognitiveenhancements",
        "weight": 38
      }
    ],
    "edges": [
      {
        "from": "octopuce-guardian-module-0",
        "to": "octopuce-guardian-module-1",
        "weight": 46
      },
      {
        "from": "octopuce-guardian-module-0",
        "to": "octopuce-guardian-module-2",
        "weight": 60
      },
      {
        "from": "octopuce-guardian-module-1",
        "to": "octopuce-guardian-module-2",
        "weight": 81
      },
      {
        "from": "octopuce-guardian-module-1",
        "to": "octopuce-guardian-module-3",
        "weight": 21
      },
      {
        "from": "octopuce-guardian-module-2",
        "to": "octopuce-guardian-module-3",
        "weight": 75
      },
      {
        "from": "octopuce-guardian-module-2",
        "to": "octopuce-guardian-module-4",
        "weight": 60
      },
      {
        "from": "octopuce-guardian-module-3",
        "to": "octopuce-guardian-module-4",
        "weight": 69
      },
      {
        "from": "octopuce-guardian-module-3",
        "to": "octopuce-guardian-module-5",
        "weight": 38
      },
      {
        "from": "octopuce-guardian-module-4",
        "to": "octopuce-guardian-module-5",
        "weight": 92
      },
      {
        "from": "octopuce-guardian-module-4",
        "to": "octopuce-guardian-module-0",
        "weight": 54
      },
      {
        "from": "octopuce-guardian-module-5",
        "to": "octopuce-guardian-module-0",
        "weight": 63
      },
      {
        "from": "octopuce-guardian-module-5",
        "to": "octopuce-guardian-module-1",
        "weight": 38
      }
    ],
    "payloadKeys": [
      "preset",
      "family",
      "type",
      "amplitude",
      "density",
      "directives"
    ],
    "payloadKind": "object"
  },
  "snapshot": {
    "executionHash": "4802d6e7c491660cbd22d50d4b4f616fe8a871d28b17ec8a8a7566dc601c5a93",
    "stateHash": "49d436fb8f38fe5d82cbb0dcdb58ee8d4e14fb23bde31427f47117cb81ae6888",
    "fidelity": 0.98,
    "phaseVector": [
      25,
      21,
      60,
      15
    ],
    "superpositionBands": [
      0.25,
      0.21,
      0.6,
      0.15,
      0.54,
      0.38
    ]
  }
}