iiRecord
Agentic AI Atlas · Claude Code Remote Control Core (current)
agent-core-impl:claude-code-remote-control.core@currenta5c.ai
II.
AgentCoreImpl JSON

agent-core-impl:claude-code-remote-control.core@current

Structured · live

Claude Code Remote Control Core (current) json

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

File · agent-stack/core-impls/claude-code-remote-control-core-current.yamlCluster · agent-stack
Record JSON
{
  "id": "agent-core-impl:claude-code-remote-control.core@current",
  "_kind": "AgentCoreImpl",
  "_file": "agent-stack/core-impls/claude-code-remote-control-core-current.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Claude Code Remote Control Core (current)",
    "agentVersionId": "agent-version:claude-code-remote-control@current",
    "packageRef": "source-ref:claude-code-github",
    "loopIteratorPolicy": "tool-use-loop",
    "loopIteratorNotes": "A parent process spawns the `claude` CLI in remote-control mode and\nconsumes a stdout bridge protocol — `<<< {json}` lines emit\nstructured events, alongside an initial `Created initial session\nsession_*` line and a `https://claude.ai/code/session_*` URL for\nweb-based session takeover. The bridge consumer is stateless —\nsessions are not persisted from the bridge's perspective.\n",
    "contextManagementStrategy": "server-managed",
    "compactionTriggerNotes": "Compaction is delegated to the remote-control server side.\n",
    "subagentInvokerPolicy": "platform-mediated",
    "subagentInvokerNotes": "Subagent dispatch follows Claude Code's Task primitive but is\nmediated through the remote-control bridge.\n",
    "resultSynthesisPolicy": "model-direct",
    "resultSynthesisNotes": "Final response is bridged through `<<< {json}` events; the consumer\nreassembles the assistant text.\n",
    "stopDetectionStrategy": "structured-end-event",
    "transportClientLibrary": "claude-remote-control-bridge",
    "supportedTransportProtocols": [
      "model-transport:anthropic-messages"
    ],
    "parallelToolCallHandling": "native",
    "streamingFidelity": "full",
    "thinkingChannelHandling": "passthrough"
  },
  "outgoingEdges": [
    {
      "from": "agent-core-impl:claude-code-remote-control.core@current",
      "to": "layer:4-agent-core",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-code-remote-control.core@current",
      "to": "agent:claude-code",
      "kind": "composes",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-core-impl:claude-code-remote-control.core@current",
      "to": "model-transport:anthropic-messages",
      "kind": "speaks",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-code-remote-control.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:claude-code-remote-control.core@current",
      "to": "capability:supports-tool-use",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:claude-code-remote-control.core@current",
      "to": "orch-primitive:agent-dispatch",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-code-remote-control.core@current",
      "to": "orch-primitive:progress-stream",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-code-remote-control.core@current",
      "to": "orch-primitive:context-injection",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:claude-code-remote-control@current",
      "to": "agent-core-impl:claude-code-remote-control.core@current",
      "kind": "composed_of",
      "attributes": {
        "role": "core"
      }
    }
  ]
}