iiRecord
Agentic AI Atlas · Budget Stop
orch-primitive:budget-stopa5c.ai
II.
OrchestrationPrimitive JSON

orch-primitive:budget-stop

Structured · live

Budget Stop 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:budget-stop",
  "_kind": "OrchestrationPrimitive",
  "_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Budget Stop",
    "description": "Auto-pause agent execution when a budget or cost threshold is reached.\nThe primitive tracks cumulative token usage, API cost, or wall-clock\ntime per task or per run, and halts the agent when the configured limit\nis exceeded. The operator can raise the limit and resume, or terminate\nthe task.\n",
    "orchestrationKind": "budget-control",
    "trigger": "on-state-change"
  },
  "outgoingEdges": [
    {
      "from": "orch-primitive:budget-stop",
      "to": "layer:13-orchestration",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "orch-primitive:budget-stop",
      "to": "skill-area:budgeting-forecasting",
      "kind": "orch_requires_skill_area",
      "attributes": {}
    },
    {
      "from": "orch-primitive:budget-stop",
      "to": "orch-primitive:session-handoff",
      "kind": "orch_triggers",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "orch-primitive:budget-stop",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-code.core@1.x",
      "to": "orch-primitive:budget-stop",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:paperclip.core@current",
      "to": "orch-primitive:budget-stop",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "orch-primitive:cost-tracking",
      "to": "orch-primitive:budget-stop",
      "kind": "orch_triggers",
      "attributes": {}
    },
    {
      "from": "orch-primitive:cost-budget-allocation",
      "to": "orch-primitive:budget-stop",
      "kind": "orch_triggers",
      "attributes": {}
    }
  ]
}