iiRecord
Agentic AI Atlas · Local host (no isolation)
execution:local-hosta5c.ai
II.
Execution JSON

execution:local-host

Structured · live

Local host (no isolation) json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · lifecycle/executions/example-execution-local.yamlCluster · lifecycle
Record JSON
{
  "id": "execution:local-host",
  "_kind": "Execution",
  "_file": "lifecycle/executions/example-execution-local.yaml",
  "_cluster": "lifecycle",
  "attributes": {
    "displayName": "Local host (no isolation)",
    "kind": "local",
    "description": "Direct exec on the developer host. The agent runs in the user's own\nprocess tree; signals propagate via process-groups; no sandbox layer.\n",
    "processLifecycleModel": "unix-pgroup",
    "signalPropagation": "reliable",
    "resourceLimits": {},
    "isolation": "none",
    "networkPolicy": "unrestricted",
    "fsAccess": "unrestricted",
    "gpuAccess": "shared",
    "sandboxImpl": "none"
  },
  "outgoingEdges": [
    {
      "from": "execution:local-host",
      "to": "layer:8-execution",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "launch-config:a5c.default",
      "to": "execution:local-host",
      "kind": "runs_via",
      "attributes": {}
    },
    {
      "from": "launch-config:claude-code.default",
      "to": "execution:local-host",
      "kind": "runs_via",
      "attributes": {}
    },
    {
      "from": "launch-config:claude.dangerously-bypass-approvals-and-sandbox",
      "to": "execution:local-host",
      "kind": "runs_via",
      "attributes": {}
    },
    {
      "from": "launch-config:codex.default",
      "to": "execution:local-host",
      "kind": "runs_via",
      "attributes": {}
    },
    {
      "from": "launch-config:codex.remote-control",
      "to": "execution:local-host",
      "kind": "runs_via",
      "attributes": {}
    },
    {
      "from": "launch-config:codex.remote-control-start-stop",
      "to": "execution:local-host",
      "kind": "runs_via",
      "attributes": {}
    },
    {
      "from": "launch-config:codex.approval-untrusted",
      "to": "execution:local-host",
      "kind": "runs_via",
      "attributes": {}
    },
    {
      "from": "launch-config:codex.approval-on-failure",
      "to": "execution:local-host",
      "kind": "runs_via",
      "attributes": {}
    },
    {
      "from": "launch-config:codex.ask-for-approval",
      "to": "execution:local-host",
      "kind": "runs_via",
      "attributes": {}
    },
    {
      "from": "launch-config:codex.approval-never",
      "to": "execution:local-host",
      "kind": "runs_via",
      "attributes": {}
    },
    {
      "from": "launch-config:codex.full-auto",
      "to": "execution:local-host",
      "kind": "runs_via",
      "attributes": {}
    },
    {
      "from": "launch-config:codex.dangerously-bypass-approvals-and-sandbox",
      "to": "execution:local-host",
      "kind": "runs_via",
      "attributes": {}
    },
    {
      "from": "launch-config:codex.mcp-server",
      "to": "execution:local-host",
      "kind": "runs_via",
      "attributes": {}
    },
    {
      "from": "launch-config:pi.default",
      "to": "execution:local-host",
      "kind": "runs_via",
      "attributes": {}
    },
    {
      "from": "workspace:local-developer-default",
      "to": "execution:local-host",
      "kind": "runs_via",
      "attributes": {}
    }
  ]
}