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
hash44bb0fadd6d36964
state63574ec8c40a4883
fidelity0.98
source.js
{
  "item": {
    "id": "octopuce-ai-guardian",
    "title": "OCTOPUCE.AI guardian",
    "type": "agent",
    "family": "octopuce ai",
    "summary": "Generative digital entity preset for autonomous agent behavior, background traffic filtering, LLM interaction, and Guardian Octopuce control surfaces.",
    "sourcePath": "/rhiz/akatsuki/agents/octopuceAI.js",
    "docPath": "/rhiz/akatsuki/config/guardian.octopuce.json",
    "actionLabel": "Open octopuce agent"
  },
  "seed": "phi-request-ontology-graph",
  "payloadText": "{\n  \"preset\": \"octopuce-ai-guardian\",\n  \"family\": \"octopuce ai\",\n  \"type\": \"agent\",\n  \"amplitude\": 5,\n  \"density\": 7,\n  \"directives\": [\n    \"octopuce ai\",\n    \"agent\"\n  ]\n}",
  "parsedPayload": {
    "kind": "object",
    "values": [
      20,
      11,
      5,
      5,
      7,
      2
    ],
    "keys": [
      "preset",
      "family",
      "type",
      "amplitude",
      "density",
      "directives"
    ],
    "raw": "{\n  \"preset\": \"octopuce-ai-guardian\",\n  \"family\": \"octopuce ai\",\n  \"type\": \"agent\",\n  \"amplitude\": 5,\n  \"density\": 7,\n  \"directives\": [\n    \"octopuce ai\",\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": [
      13,
      94,
      60,
      15,
      54,
      38,
      3,
      31,
      78,
      65,
      98,
      63,
      77,
      58,
      23,
      69,
      52,
      62,
      39,
      57,
      38,
      26,
      3,
      63
    ],
    "matrix": [
      [
        0.13,
        0.94,
        0.6,
        0.15,
        0.54,
        0.38
      ],
      [
        0.03,
        0.31,
        0.78,
        0.65,
        0.98,
        0.63
      ],
      [
        0.77,
        0.58,
        0.23,
        0.69,
        0.52,
        0.62
      ],
      [
        0.39,
        0.57,
        0.38,
        0.26,
        0.03,
        0.63
      ],
      [
        0.13,
        0.94,
        0.6,
        0.15,
        0.54,
        0.38
      ],
      [
        0.03,
        0.31,
        0.78,
        0.65,
        0.98,
        0.63
      ]
    ],
    "nodes": [
      {
        "id": "octopuce-ai-guardian-0",
        "label": "agent",
        "weight": 13
      },
      {
        "id": "octopuce-ai-guardian-1",
        "label": "this",
        "weight": 94
      },
      {
        "id": "octopuce-ai-guardian-2",
        "label": "math",
        "weight": 60
      },
      {
        "id": "octopuce-ai-guardian-3",
        "label": "reasoningengine",
        "weight": 15
      },
      {
        "id": "octopuce-ai-guardian-4",
        "label": "reasoning",
        "weight": 54
      },
      {
        "id": "octopuce-ai-guardian-5",
        "label": "cognitiveenhancements",
        "weight": 38
      }
    ],
    "edges": [
      {
        "from": "octopuce-ai-guardian-0",
        "to": "octopuce-ai-guardian-1",
        "weight": 107
      },
      {
        "from": "octopuce-ai-guardian-0",
        "to": "octopuce-ai-guardian-2",
        "weight": 60
      },
      {
        "from": "octopuce-ai-guardian-1",
        "to": "octopuce-ai-guardian-2",
        "weight": 154
      },
      {
        "from": "octopuce-ai-guardian-1",
        "to": "octopuce-ai-guardian-3",
        "weight": 94
      },
      {
        "from": "octopuce-ai-guardian-2",
        "to": "octopuce-ai-guardian-3",
        "weight": 75
      },
      {
        "from": "octopuce-ai-guardian-2",
        "to": "octopuce-ai-guardian-4",
        "weight": 60
      },
      {
        "from": "octopuce-ai-guardian-3",
        "to": "octopuce-ai-guardian-4",
        "weight": 69
      },
      {
        "from": "octopuce-ai-guardian-3",
        "to": "octopuce-ai-guardian-5",
        "weight": 38
      },
      {
        "from": "octopuce-ai-guardian-4",
        "to": "octopuce-ai-guardian-5",
        "weight": 92
      },
      {
        "from": "octopuce-ai-guardian-4",
        "to": "octopuce-ai-guardian-0",
        "weight": 54
      },
      {
        "from": "octopuce-ai-guardian-5",
        "to": "octopuce-ai-guardian-0",
        "weight": 51
      },
      {
        "from": "octopuce-ai-guardian-5",
        "to": "octopuce-ai-guardian-1",
        "weight": 94
      }
    ],
    "payloadKeys": [
      "preset",
      "family",
      "type",
      "amplitude",
      "density",
      "directives"
    ],
    "payloadKind": "object"
  },
  "snapshot": {
    "executionHash": "44bb0fadd6d36964572662a4c1ae05e0a5a16d17b864dfc4508750c3f781d33d",
    "stateHash": "63574ec8c40a4883ff659cd55d7fa5f546e91634466d4424915ef3b26d8605ef",
    "fidelity": 0.98,
    "phaseVector": [
      13,
      94,
      60,
      15
    ],
    "superpositionBands": [
      0.13,
      0.94,
      0.6,
      0.15,
      0.54,
      0.38
    ]
  }
}