Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · Claude Agent SDK Core (current)
agent-core-impl:claude-agent-sdk.core@currenta5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewjsongraph
II.
AgentCoreImpl JSON

agent-core-impl:claude-agent-sdk.core@current

Structured · live

Claude Agent SDK Core (current) json

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

File · agent-stack/core-impls/claude-agent-sdk-core-current.yamlCluster · agent-stack
Record JSON
{
  "id": "agent-core-impl:claude-agent-sdk.core@current",
  "_kind": "AgentCoreImpl",
  "_file": "agent-stack/core-impls/claude-agent-sdk-core-current.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Claude Agent SDK Core (current)",
    "agentVersionId": "agent-version:claude-agent-sdk@current",
    "packageRef": "source-ref:claude-code-github",
    "loopIteratorPolicy": "process-function-driven",
    "loopIteratorNotes": "Host program imports `@anthropic-ai/claude-agent-sdk` and consumes\nthe `query()` async iterator. Each iteration yields SDKMessage\nevents; the host decides when to feed back permission/elicitation\nresults. There is no embedded chat-loop binary — the loop body\nIS the host's code.\n",
    "contextManagementStrategy": "server-managed",
    "compactionTriggerNotes": "Compaction is handled by the Claude server-side; the SDK does not\nexpose a token-threshold trigger.\n",
    "subagentInvokerPolicy": "platform-mediated",
    "subagentInvokerNotes": "Subagents (when enabled) are dispatched by the SDK via the same\nTask-tool primitive as Claude Code; the host program mediates\npermission gating.\n",
    "resultSynthesisPolicy": "model-direct",
    "resultSynthesisNotes": "Final result events arrive as SDKMessage values on the iterator;\nthe host program emits the final response.\n",
    "stopDetectionStrategy": "structured-end-event",
    "transportClientLibrary": "@anthropic-ai/claude-agent-sdk",
    "supportedTransportProtocols": [
      "model-transport:anthropic-messages"
    ],
    "parallelToolCallHandling": "native",
    "streamingFidelity": "full",
    "thinkingChannelHandling": "passthrough",
    "loopBudgetKnobs": [
      "max_turns",
      "max_budget_usd"
    ],
    "compactionTrigger": "auto-on-budget",
    "streamingBlocks": [
      "text",
      "thinking",
      "tool_use"
    ],
    "effortLevelDelegation": "native"
  },
  "outgoingEdges": [
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "layer:4-agent-core",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "agent:claude-agent-sdk",
      "kind": "composes",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "model-transport:anthropic-messages",
      "kind": "speaks",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "capability:streaming",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "capability:supports-tool-use",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "capability:supports-thinking",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "hook-surface:pre-tool-use",
      "kind": "fires_hook",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "hook-surface:post-tool-use",
      "kind": "fires_hook",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "hook-surface:user-prompt-submit",
      "kind": "fires_hook",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "hook-surface:stop",
      "kind": "fires_hook",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "hook-surface:subagent-stop",
      "kind": "fires_hook",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "hook-surface:pre-compact",
      "kind": "fires_hook",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "protocol-message:system-message",
      "kind": "emits_message_type",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "protocol-message:assistant-message",
      "kind": "emits_message_type",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "protocol-message:user-message",
      "kind": "emits_message_type",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "protocol-message:stream-event",
      "kind": "emits_message_type",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "protocol-message:result-message-success",
      "kind": "emits_message_type",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "protocol-message:result-message-error-max-turns",
      "kind": "emits_message_type",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "protocol-message:result-message-error-max-budget-usd",
      "kind": "emits_message_type",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "protocol-message:result-message-error-during-execution",
      "kind": "emits_message_type",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "protocol-message:result-message-error-max-structured-output-retries",
      "kind": "emits_message_type",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "effort-level:low",
      "kind": "supports_effort_level",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "effort-level:medium",
      "kind": "supports_effort_level",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "effort-level:high",
      "kind": "supports_effort_level",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "effort-level:xhigh",
      "kind": "supports_effort_level",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "effort-level:max",
      "kind": "supports_effort_level",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "orch-primitive:agent-dispatch",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "orch-primitive:budget-stop",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:claude-agent-sdk.core@current",
      "to": "orch-primitive:cost-tracking",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:claude-agent-sdk@current",
      "to": "agent-core-impl:claude-agent-sdk.core@current",
      "kind": "composed_of",
      "attributes": {
        "role": "core"
      }
    }
  ]
}

Shortcuts

Back to overview
Open graph tab