iiRecord
Agentic AI Atlas · agent-version:paperclip@current
agent-version:paperclip@currenta5c.ai
II.
AgentVersion JSON

agent-version:paperclip@current

Structured · live

agent-version:paperclip@current json

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

File · agent-stack/products/paperclip.yamlCluster · agent-stack
Record JSON
{
  "id": "agent-version:paperclip@current",
  "_kind": "AgentVersion",
  "_file": "agent-stack/products/paperclip.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "agentProductId": "agent:paperclip",
    "versionRange": ">=0.1.0",
    "releasedAt": "2025-01-01",
    "installMethods": [
      "install:manual"
    ],
    "minSchemaVersion": "6.0.0"
  },
  "outgoingEdges": [
    {
      "from": "agent-version:paperclip@current",
      "to": "agent:paperclip",
      "kind": "version_of"
    },
    {
      "from": "agent-version:paperclip@current",
      "to": "agent-core-impl:paperclip.core@current",
      "kind": "composed_of",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-version:paperclip@current",
      "to": "agent-runtime-impl:paperclip.runtime@current",
      "kind": "composed_of",
      "attributes": {
        "role": "runtime"
      }
    },
    {
      "from": "agent-version:paperclip@current",
      "to": "agent-platform-impl:paperclip.platform@current",
      "kind": "composed_of",
      "attributes": {
        "role": "platform"
      }
    },
    {
      "from": "agent-version:paperclip@current",
      "to": "capability:can-multi-turn",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full",
        "notes": "Paperclip agents maintain persistent multi-turn state across workflows."
      }
    },
    {
      "from": "agent-version:paperclip@current",
      "to": "capability:supports-subagent-dispatch",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full",
        "notes": "Adapter-based dispatch to multiple coding agents for task execution."
      }
    },
    {
      "from": "agent-version:paperclip@current",
      "to": "capability:supports-parallel-execution",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full",
        "notes": "Concurrent agent execution for parallel task processing across the board."
      }
    },
    {
      "from": "agent-version:paperclip@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full",
        "notes": "Streams agent output in the web UI board view."
      }
    },
    {
      "from": "agent-version:paperclip@current",
      "to": "capability:supports-plugins",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full",
        "notes": "Plugin SDK with create-paperclip-plugin scaffolding and sandbox providers."
      }
    },
    {
      "from": "agent-version:paperclip@current",
      "to": "memory-system:file-based-markdown-pattern",
      "kind": "uses_memory_system",
      "attributes": {}
    },
    {
      "from": "agent-version:paperclip@current",
      "to": "install:manual",
      "kind": "installed_via"
    }
  ],
  "incomingEdges": [
    {
      "from": "agent:paperclip",
      "to": "agent-version:paperclip@current",
      "kind": "has_version"
    }
  ]
}