iiRecord
Agentic AI Atlas · adapters-remote Core (current) — transport-only delegator
agent-core-impl:adapters-remote.core@currenta5c.ai
II.
AgentCoreImpl JSON

agent-core-impl:adapters-remote.core@current

Structured · live

adapters-remote Core (current) — transport-only delegator json

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

File · agent-stack/core-impls/adapters-remote-core-current.yamlCluster · agent-stack
Record JSON
{
  "id": "agent-core-impl:adapters-remote.core@current",
  "_kind": "AgentCoreImpl",
  "_file": "agent-stack/core-impls/adapters-remote-core-current.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "adapters-remote Core (current) — transport-only delegator",
    "agentVersionId": "agent-version:adapters-remote@current",
    "packageRef": "source-ref:adapters-github",
    "loopIteratorPolicy": "delegated-to-remote",
    "loopIteratorNotes": "No local loop. adapters-remote opens a transport (`adapters run --json` over local\nprocess / ssh / docker / kubectl) and proxies the remote agent's normalized\nevent stream verbatim. Whatever loop semantics the remote agent has are what\nthe host observes.\n",
    "contextManagementStrategy": "delegated-to-remote",
    "compactionTriggerNotes": "Whatever the remote agent does. No local compaction.\n",
    "subagentInvokerPolicy": "delegated-to-remote",
    "subagentInvokerNotes": "Subagent semantics, if any, are emitted by the remote agent and proxied verbatim;\nadapters-remote does not introduce its own subagent primitive.\n",
    "resultSynthesisPolicy": "delegated-to-remote",
    "resultSynthesisNotes": "Final response is whatever the remote agent emits; adapters-remote forwards\nbytes 1:1 over the proxied stream.\n",
    "stopDetectionStrategy": "delegated-to-remote",
    "transportClientLibrary": "none",
    "supportedTransportProtocols": [],
    "parallelToolCallHandling": "delegated-to-remote",
    "streamingFidelity": "full",
    "thinkingChannelHandling": "delegated-to-remote",
    "notes": "Special case: this AgentCoreImpl exists for ontology completeness but does not\nimplement an agent loop. All Layer-3 (model transport) concerns are delegated\nto whichever agent runs on the remote target (selected via AGENT_MUX_REMOTE_AGENT).\n"
  },
  "outgoingEdges": [
    {
      "from": "agent-core-impl:adapters-remote.core@current",
      "to": "layer:4-agent-core",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:adapters-remote.core@current",
      "to": "agent:adapters-remote",
      "kind": "composes",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-core-impl:adapters-remote.core@current",
      "to": "orch-primitive:progress-stream",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:adapters-remote.core@current",
      "to": "orch-primitive:telemetry-collection",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:adapters-remote@current",
      "to": "agent-core-impl:adapters-remote.core@current",
      "kind": "composed_of",
      "attributes": {
        "role": "core"
      }
    }
  ]
}