iiRecord
Agentic AI Atlas · Codex App-Server Core (current)
agent-core-impl:codex-app-server.core@currenta5c.ai
II.
AgentCoreImpl JSON

agent-core-impl:codex-app-server.core@current

Structured · live

Codex App-Server Core (current) json

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

File · agent-stack/core-impls/codex-app-server-core-current.yamlCluster · agent-stack
Record JSON
{
  "id": "agent-core-impl:codex-app-server.core@current",
  "_kind": "AgentCoreImpl",
  "_file": "agent-stack/core-impls/codex-app-server-core-current.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Codex App-Server Core (current)",
    "agentVersionId": "agent-version:codex-app-server@current",
    "packageRef": "source-ref:codex-github",
    "loopIteratorPolicy": "tool-use-loop",
    "loopIteratorNotes": "Same Codex Rust tool-use loop as the CLI core, but the loop's events\nare surfaced to external clients over the app-server's JSON-RPC\nprotocol (stdio, SSE, or WebSocket transports) instead of a bundled\nTUI. Clients drive the loop by sending RPC requests and consuming the\nstreamed event channel.\n",
    "contextManagementStrategy": "rolling-summary",
    "compactionTriggerNotes": "Inherits the Codex Rust runtime's rolling-summary strategy.\n",
    "subagentInvokerPolicy": "tool-call-handoff",
    "subagentInvokerNotes": "Inherits the Codex CLI's handoff/profile-swap subagent mechanism;\navailable to app-server clients via the same JSON-RPC surface.\n",
    "resultSynthesisPolicy": "model-direct",
    "resultSynthesisNotes": "Final assistant text is streamed via JSON-RPC notifications carrying\nResponses-API delta events; the consuming client renders or\npersists the result.\n",
    "stopDetectionStrategy": "structured-end-event",
    "transportClientLibrary": "codex-internal",
    "supportedTransportProtocols": [
      "model-transport:openai-responses"
    ],
    "parallelToolCallHandling": "native",
    "streamingFidelity": "full",
    "thinkingChannelHandling": "model-dependent"
  },
  "outgoingEdges": [
    {
      "from": "agent-core-impl:codex-app-server.core@current",
      "to": "layer:4-agent-core",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:codex-app-server.core@current",
      "to": "agent:codex-app-server",
      "kind": "composes",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-core-impl:codex-app-server.core@current",
      "to": "model-transport:openai-responses",
      "kind": "speaks",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:codex-app-server.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:codex-app-server.core@current",
      "to": "capability:supports-tool-use",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:codex-app-server@current",
      "to": "agent-core-impl:codex-app-server.core@current",
      "kind": "composed_of",
      "attributes": {
        "role": "core"
      }
    }
  ]
}