II.
Capability JSON
Structured · livecapability:supports-agent-loop-budget-limit
Supports agent-loop max_budget_usd json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "capability:supports-agent-loop-budget-limit",
"_kind": "Capability",
"_file": "capabilities/capabilities/missing-universal-capabilities.yaml",
"_cluster": "capabilities",
"attributes": {
"displayName": "Supports agent-loop max_budget_usd",
"description": "The SDK agent loop accepts a `max_budget_usd` knob and emits a\nterminal ResultMessage subtype `error_max_budget_usd` when the\nbudget is exhausted.\n",
"appliesToNodeKinds": [
"AgentVersion",
"AgentCoreImpl"
],
"category": "agent-loop"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agentVersion:claude:ge-0-0-0",
"to": "capability:supports-agent-loop-budget-limit",
"kind": "supports",
"attributes": {
"versionRange": ">=1.0.0 <2.0.0",
"level": "full"
}
}
]
}