iiRecord
Agentic AI Atlas · Paperclip Agent Adapter
interaction-primitive:paperclip-agent-adaptera5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:paperclip-agent-adapter

Structured · live

Paperclip Agent Adapter json

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

File · agent-stack/interaction-primitives/paperclip-primitives.yamlCluster · agent-stack
Record JSON
{
  "id": "interaction-primitive:paperclip-agent-adapter",
  "_kind": "InteractionPrimitive",
  "_file": "agent-stack/interaction-primitives/paperclip-primitives.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Paperclip Agent Adapter",
    "description": "Adapter pattern for integrating multiple coding agents behind a\nunified dispatch interface. Each adapter (claude-local, codex-local,\ncursor-local, gemini-local, openclaw-gateway, opencode-local,\npi-local, acpx-local) translates Paperclip's task format into the\ntarget agent's native invocation protocol. New agents are added\nby implementing the adapter interface without modifying core logic.\n",
    "kind": "automation",
    "surface": "headless",
    "category": "interaction-primitive-category:configuration",
    "availableInModes": [
      "headless"
    ],
    "requiresPermission": false
  },
  "outgoingEdges": [
    {
      "from": "interaction-primitive:paperclip-agent-adapter",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:paperclip.ui@current",
      "to": "interaction-primitive:paperclip-agent-adapter",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "ui-control"
        }
      }
    }
  ]
}