iiRecord
Agentic AI Atlas · Codex SDK Runtime (current)
agent-runtime-impl:codex-sdk.runtime@currenta5c.ai
II.
AgentRuntimeImpl JSON

agent-runtime-impl:codex-sdk.runtime@current

Structured · live

Codex SDK Runtime (current) json

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

File · agent-stack/runtime-impls/codex-sdk-runtime-current.yamlCluster · agent-stack
Record JSON
{
  "id": "agent-runtime-impl:codex-sdk.runtime@current",
  "_kind": "AgentRuntimeImpl",
  "_file": "agent-stack/runtime-impls/codex-sdk-runtime-current.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Codex SDK Runtime (current)",
    "agentVersionId": "agent-version:codex-sdk@current",
    "packageRef": "source-ref:openai-node-npm",
    "subagentDispatchMechanism": "none",
    "builtInTools": [],
    "toolRegistryDiscovery": "dynamic-extension-loaded",
    "hookSockets": [],
    "internalSessionStateLocation": "host-managed",
    "sessionFileFormat": "jsonl",
    "sessionFilePathConvention": "host-managed",
    "approvalGatingPrimitive": "per-call",
    "subprocessSandboxStrategy": "platform-deferred",
    "runtimeIdentity": "none",
    "supportedMCPTransports": [
      "mcp-transport:stdio",
      "mcp-transport:streamable-http"
    ],
    "supportsStreaming": true,
    "notes": "The Codex SDK variant bypasses the Codex Rust runtime entirely. The\nhost program drives `openai.chat.completions.create({stream:true})`\nor the Responses API directly and supplies its own tools/MCP. There\nis no daemon, no built-in tool catalogue, and no session-on-disk\nconvention — all of that is the host program's responsibility.\n"
  },
  "outgoingEdges": [
    {
      "from": "agent-runtime-impl:codex-sdk.runtime@current",
      "to": "layer:5-agent-runtime",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "agent-runtime-impl:codex-sdk.runtime@current",
      "to": "agent:codex-sdk",
      "kind": "composes",
      "attributes": {
        "role": "runtime"
      }
    },
    {
      "from": "agent-runtime-impl:codex-sdk.runtime@current",
      "to": "source-ref:openai-node-npm",
      "kind": "sourced_from"
    },
    {
      "from": "agent-runtime-impl:codex-sdk.runtime@current",
      "to": "source-ref:openai-node-github",
      "kind": "sourced_from"
    },
    {
      "from": "agent-runtime-impl:codex-sdk.runtime@current",
      "to": "mcp-transport:stdio",
      "kind": "connects",
      "attributes": {}
    },
    {
      "from": "agent-runtime-impl:codex-sdk.runtime@current",
      "to": "mcp-transport:streamable-http",
      "kind": "connects",
      "attributes": {}
    },
    {
      "from": "agent-runtime-impl:codex-sdk.runtime@current",
      "to": "mcp-transport:stdio",
      "kind": "speaks",
      "attributes": {}
    },
    {
      "from": "agent-runtime-impl:codex-sdk.runtime@current",
      "to": "mcp-transport:streamable-http",
      "kind": "speaks",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:codex-sdk@current",
      "to": "agent-runtime-impl:codex-sdk.runtime@current",
      "kind": "composed_of",
      "attributes": {
        "role": "runtime"
      }
    },
    {
      "from": "mcp-transport:stdio",
      "to": "agent-runtime-impl:codex-sdk.runtime@current",
      "kind": "spoken_by",
      "attributes": {}
    },
    {
      "from": "mcp-transport:streamable-http",
      "to": "agent-runtime-impl:codex-sdk.runtime@current",
      "kind": "spoken_by",
      "attributes": {}
    }
  ]
}