iiRecord
Agentic AI Atlas · Example portable plugin bin
binary-provider:plugin-bina5c.ai
II.
BinaryProvider JSON

binary-provider:plugin-bin

Structured · live

Example portable plugin bin json

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

File · extensions/lifecycle-stubs/canonical-stubs.yamlCluster · extensions
Record JSON
{
  "id": "binary-provider:plugin-bin",
  "_kind": "BinaryProvider",
  "_file": "extensions/lifecycle-stubs/canonical-stubs.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Example portable plugin bin",
    "binDir": "plugins/example-portable-extension/bin",
    "executables": [
      {
        "name": "babysit",
        "platform": "linux",
        "target": "babysit-bin"
      }
    ],
    "pathPolicy": "append"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "plugin:example-portable-extension",
      "to": "binary-provider:plugin-bin",
      "kind": "contains_bin",
      "attributes": {}
    }
  ]
}