Claude Agent SDK Demos

Stale
GitHub TypeScript No License

Description

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

💡 Learning Claude Agent SDK patterns for building AI-powered email assistants
💡 Exploring multi-agent architectures with specialized subagent coordination
💡 Prototyping chat applications with streaming responses and session persistence
💡 Generating structured documents by combining web search with AI content assembly

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.

Related Projects