Claude Agent SDK Demos
StaleDescription
Claude Agent SDK Demos is Anthropic's official collection of demos for the Claude Code SDK, showcasing how to build various AI agent applications using the Claude Agent SDK across multiple use cases and best practices.
Key Features
- Official Anthropic demo collection showcasing Claude Agent SDK capabilities
- Email agent with IMAP inbox display and AI-powered agentic search
- Multi-agent research system with parallel subagent coordination and report generation
- React + Express chat UI with full conversation loop and streaming responses
- Resume generator with web search and automated .docx document assembly
- AskUserQuestion HTML preview integration with WebSocket-driven browser rendering
Use Cases
Categories
Quick Start
Clone the repository, ensure you have Bun or Node.js 18+ installed, and obtain an Anthropic API key. Navigate to a demo directory (e.g., 'cd hello-world'), follow the demo-specific README for setup, and run the demo application locally.