Overview of Available Demos
mainThis repository contains several demonstration applications for the Claude Agent SDK:
- Email Agent: An IMAP email assistant for inbox display, agentic search, and AI assistance.
- Excel Demo: Demonstrates working with spreadsheets and Excel files.
- Hello World: A basic getting-started example for the SDK.
- Hello World V2: Demonstrates the V2 Session API (
unstable_v2_*) using separatesend()/stream()methods and session persistence. - Research Agent: A multi-agent system that breaks research into subtopics, spawns parallel researchers, and synthesizes reports.
- AskUserQuestion Previews: A branding assistant demonstrating
previewFormat: "html"and WebSocket-based HTML previews for tool options. - Simple Chat App: A React + Express chat UI demonstrating full conversation loops over WebSocket with streaming.
- Resume Generator: Generates
.docxresumes by web-searching for individuals.
⚠️ IMPORTANT: These are demo applications intended for local development only. Do NOT deploy them to production or use them at scale.