iiRecord
Agentic AI Atlas · Dependency Resolution
orch-primitive:dependency-resolutiona5c.ai
II.
OrchestrationPrimitive JSON

orch-primitive:dependency-resolution

Structured · live

Dependency Resolution json

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

File · agent-stack/interaction-primitives/orchestration-primitives.yamlCluster · agent-stack
Record JSON
{
  "id": "orch-primitive:dependency-resolution",
  "_kind": "OrchestrationPrimitive",
  "_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Dependency Resolution",
    "description": "Resolve task dependencies before dispatch. When task B declares a\ndependency on task A, this primitive holds B in a waiting state until\nA completes successfully. Supports DAG-shaped dependency graphs,\ncycle detection, and partial-order scheduling to maximize parallelism\nwhile respecting ordering constraints.\n",
    "orchestrationKind": "dependency-resolution",
    "trigger": "on-state-change"
  },
  "outgoingEdges": [
    {
      "from": "orch-primitive:dependency-resolution",
      "to": "layer:13-orchestration",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "orch-primitive:dependency-resolution",
      "to": "topic:agent-orchestration-products",
      "kind": "orch_applies_to",
      "attributes": {}
    },
    {
      "from": "orch-primitive:dependency-resolution",
      "to": "skill-area:project-planning",
      "kind": "orch_requires_skill_area",
      "attributes": {}
    },
    {
      "from": "orch-primitive:dependency-resolution",
      "to": "orch-primitive:task-assign",
      "kind": "orch_triggers",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-core-impl:langgraph.core@current",
      "to": "orch-primitive:dependency-resolution",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    }
  ]
}