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

agent-core-impl:adapters.core@current

Structured · live

adapters Core (current) — bridge to remote agent loop json

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

File · agent-stack/core-impls/adapters-core-current.yamlCluster · agent-stack
Record JSON
{
  "id": "agent-core-impl:adapters.core@current",
  "_kind": "AgentCoreImpl",
  "_file": "agent-stack/core-impls/adapters-core-current.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "adapters Core (current) — bridge to remote agent loop",
    "agentVersionId": "agent-version:adapters@current",
    "packageRef": "source-ref:adapters-github",
    "loopIteratorPolicy": "delegated-to-remote",
    "loopIteratorNotes": "adapters does not host its own model loop. The adapters core proxies\na normalized event stream from whichever bridged remote agent is\nselected (claude-code, codex, etc.) and projects it onto the\nmulti-surface UI suite.\n",
    "contextManagementStrategy": "delegated-to-remote",
    "compactionTriggerNotes": "Whatever the bridged remote agent does. adapters performs no local\ncompaction.\n",
    "subagentInvokerPolicy": "delegated-to-remote",
    "subagentInvokerNotes": "Subagent semantics are emitted by the bridged remote agent and\nproxied verbatim through adapters.\n",
    "resultSynthesisPolicy": "delegated-to-remote",
    "resultSynthesisNotes": "Final responses are produced by the bridged remote agent and forwarded\nby adapters to the active surface (TUI/web/mobile/...).\n",
    "stopDetectionStrategy": "delegated-to-remote",
    "transportClientLibrary": "none",
    "supportedTransportProtocols": [],
    "parallelToolCallHandling": "delegated-to-remote",
    "streamingFidelity": "full",
    "thinkingChannelHandling": "delegated-to-remote",
    "notes": "adapters is a multi-surface UI suite, not an agent loop. The core\nlayer is a thin event projection / session-state cache feeding the\nbundled presentations.\n"
  },
  "outgoingEdges": [
    {
      "from": "agent-core-impl:adapters.core@current",
      "to": "layer:4-agent-core",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:adapters.core@current",
      "to": "agent:adapters",
      "kind": "composes",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-core-impl:adapters.core@current",
      "to": "orch-primitive:multi-agent-dispatch",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:adapters.core@current",
      "to": "orch-primitive:session-handoff",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:adapters.core@current",
      "to": "orch-primitive:progress-stream",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:adapters.core@current",
      "to": "orch-primitive:concurrency-control",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:adapters.core@current",
      "to": "orch-primitive:approval-gate",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:adapters@current",
      "to": "agent-core-impl:adapters.core@current",
      "kind": "composed_of",
      "attributes": {
        "role": "core"
      }
    }
  ]
}