iiRecord
Agentic AI Atlas · agent-version:codex-sdk@current
agent-version:codex-sdk@currenta5c.ai
II.
AgentVersion JSON

agent-version:codex-sdk@current

Structured · live

agent-version:codex-sdk@current json

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

File · agent-stack/versions/codex-sdk-current.yamlCluster · agent-stack
Record JSON
{
  "id": "agent-version:codex-sdk@current",
  "_kind": "AgentVersion",
  "_file": "agent-stack/versions/codex-sdk-current.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "agentProductId": "agent:codex-sdk",
    "versionRange": ">=0.1.0",
    "releasedAt": "2025-01-01",
    "cliCommand": "<sdk:openai>",
    "installMethods": [
      "install:npm"
    ],
    "minSchemaVersion": "6.0.0"
  },
  "outgoingEdges": [
    {
      "from": "agent-version:codex-sdk@current",
      "to": "agent:codex-sdk",
      "kind": "version_of"
    },
    {
      "from": "agent-version:codex-sdk@current",
      "to": "agent-core-impl:codex-sdk.core@current",
      "kind": "composed_of",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-version:codex-sdk@current",
      "to": "agent-runtime-impl:codex-sdk.runtime@current",
      "kind": "composed_of",
      "attributes": {
        "role": "runtime"
      }
    },
    {
      "from": "agent-version:codex-sdk@current",
      "to": "capability:can-multi-turn",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full",
        "notes": "Codex SDK provides a programmatic multi-turn agent loop."
      }
    },
    {
      "from": "agent-version:codex-sdk@current",
      "to": "capability:supports-text-streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full",
        "notes": "Codex SDK streams model output."
      }
    },
    {
      "from": "agent-version:codex-sdk@current",
      "to": "capability:programmatic-tool-calling",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full",
        "notes": "Codex SDK exposes tool-calling APIs for developers."
      }
    },
    {
      "from": "agent-version:codex-sdk@current",
      "to": "memory-system:codex-agents-md",
      "kind": "uses_memory_system",
      "attributes": {}
    },
    {
      "from": "agent-version:codex-sdk@current",
      "to": "install:npm",
      "kind": "installed_via"
    }
  ],
  "incomingEdges": [
    {
      "from": "agent:codex-sdk",
      "to": "agent-version:codex-sdk@current",
      "kind": "has_version"
    }
  ]
}