What this read moved
1–2 of 2agent-sdk/migration-guide Changed · +2 / -0 lines
from line 6
66
77The Claude Code SDK has been renamed to the **Claude Agent SDK** and its documentation has been reorganized. This change reflects the SDK's broader capabilities for building AI agents beyond just coding tasks.
88
9Migrating from the OpenAI Agents SDK instead? The [OpenAI Agents SDK migration recipe](https://platform.claude.com/cookbook/claude-agent-sdk-04-migrating-from-openai-agents-sdk) maps each primitive onto the Claude Agent SDK through a single worked example.
10
911## What's Changed
1012
1113| Aspect | Old | New |
agent-sdk/overview Changed · +1 / -0 lines
from line 80
8080These resources cover deeper technical detail and example projects for building with the Agent SDK.
8181
8282* [Quickstart](/docs/en/agent-sdk/quickstart): build your first agent that finds and fixes bugs
83* [Migration guide](/docs/en/agent-sdk/migration-guide): migrate from the Claude Code SDK packages to the Agent SDK
8384* [Agent loop](/docs/en/agent-sdk/agent-loop): how Claude plans, calls tools, and decides when a task is done
8485* [Example agents](https://github.com/anthropics/claude-agent-sdk-demos): demo apps for local development
8586* [TypeScript SDK](/docs/en/agent-sdk/typescript): full TypeScript API reference and examples