iiRecord
Agentic AI Atlas · Dependency Updater
role:dependency-updatera5c.ai
II.
Role JSON

role:dependency-updater

Structured · live

Dependency Updater json

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

File · role/roles/dependency-updater.yamlCluster · role
Record JSON
{
  "id": "role:dependency-updater",
  "_kind": "Role",
  "_file": "role/roles/dependency-updater.yaml",
  "_cluster": "role",
  "attributes": {
    "displayName": "Dependency Updater",
    "isAgentic": true,
    "requiredCapabilities": [
      "capability:supports-tool-use",
      "capability:supports-text-streaming"
    ],
    "requiredDomains": [
      "domain:software-engineering"
    ],
    "description": "Agent that proposes and verifies dependency upgrades.\n"
  },
  "outgoingEdges": [
    {
      "from": "role:dependency-updater",
      "to": "responsibility:dependency-audit",
      "kind": "holds_responsibility"
    },
    {
      "from": "role:dependency-updater",
      "to": "responsibility:security-review",
      "kind": "holds_responsibility"
    },
    {
      "from": "role:dependency-updater",
      "to": "capability:supports-tool-use",
      "kind": "requires_capability",
      "attributes": {}
    },
    {
      "from": "role:dependency-updater",
      "to": "capability:supports-text-streaming",
      "kind": "requires_capability",
      "attributes": {}
    },
    {
      "from": "role:dependency-updater",
      "to": "domain:software-engineering",
      "kind": "applies_to",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "subagent:dependency-updater",
      "to": "role:dependency-updater",
      "kind": "roles_played_by",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-snyk",
      "to": "role:dependency-updater",
      "kind": "supports_work",
      "attributes": {
        "confidence": "high",
        "evidence": "Dependency vulnerability data informs update priority and remediation."
      }
    },
    {
      "from": "lib-agent:code-migration-modernization--dependency-modernization-agent",
      "to": "role:dependency-updater",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:code-migration-modernization--dependency-updater",
      "to": "role:dependency-updater",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "responsibility:dependency-audit",
      "to": "role:dependency-updater",
      "kind": "held_by",
      "attributes": {}
    },
    {
      "from": "responsibility:upgrade-dependencies-weekly",
      "to": "role:dependency-updater",
      "kind": "held_by",
      "attributes": {}
    },
    {
      "from": "workflow:cryptographic-library-upgrade",
      "to": "role:dependency-updater",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:dependency-upgrade",
      "to": "role:dependency-updater",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:vulnerability-management",
      "to": "role:dependency-updater",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:dependency-upgrade",
      "to": "role:dependency-updater",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:vulnerability-management",
      "to": "role:dependency-updater",
      "kind": "involves_role",
      "attributes": {}
    }
  ]
}