CLAUDE AGENT SDK(1)Agent Framework ReferenceCLAUDE AGENT SDK(1)
NAME
claude-agent-sdk — The Claude Agent SDK is Anthropic's official Python SDK for building multi-agent systems powered by Claude.
METADATA
CATEGORY
SDK
SDK
PRICING
Free
Free
LANGUAGE
Python
Python
VERIFIED
2026-03-16
2026-03-16
STATUS
ACTIVE
ACTIVE
VENDOR
Anthropic
Anthropic
LINKS
CONFIG FILES
PATTERNS
HIERARCHICALManager agent delegates tasks to worker agents in a tree structure.
SEQUENTIALAgents execute in a defined order, passing results to the next agent.
SWARMAutonomous agents collaborate as peers without a central coordinator.
PROTOCOLS
DESCRIPTION
The Claude Agent SDK is Anthropic's official Python SDK for building multi-agent systems powered by Claude. It provides first-class support for hierarchical, sequential, and swarm orchestration patterns with built-in MCP tool integration. It shares the CLAUDE.md configuration format with Claude Code, enabling seamless reuse of project instructions across CLI and programmatic agent workflows.
SEE ALSO
Related frameworks:
Also a coding tool:View as coding tool
Anthropic2026-03-16CLAUDE AGENT SDK(1)