iiRecord
Agentic AI Atlas · GitHub Codespaces container
execution:codespaces-containera5c.ai
II.
Execution JSON

execution:codespaces-container

Structured · live

GitHub Codespaces container 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:codespaces-container",
  "_kind": "Execution",
  "_file": "lifecycle/executions/example-execution-local.yaml",
  "_cluster": "lifecycle",
  "attributes": {
    "displayName": "GitHub Codespaces container",
    "kind": "cloud",
    "description": "Codespaces-managed dev container. Lifecycle controlled by the\nCodespaces backend; signals translated through the container runtime.\n",
    "processLifecycleModel": "docker-stop",
    "signalPropagation": "reliable",
    "resourceLimits": {
      "cpu": "4",
      "memoryMb": "8192",
      "networkAllowed": "true",
      "diskQuota": "32Gi"
    },
    "isolation": "container",
    "networkPolicy": "unrestricted",
    "fsAccess": "unrestricted",
    "gpuAccess": "none",
    "sandboxImpl": "docker"
  },
  "outgoingEdges": [
    {
      "from": "execution:codespaces-container",
      "to": "layer:8-execution",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "workspace:github-codespaces",
      "to": "execution:codespaces-container",
      "kind": "runs_via",
      "attributes": {}
    }
  ]
}