# claude-agent-sdk-demos **Repository Path**: mirrors_JimLiu/claude-agent-sdk-demos ## Basic Information - **Project Name**: claude-agent-sdk-demos - **Description**: Claude Code SDK Demos - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-31 - **Last Updated**: 2025-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Claude Agent SDK Demos > ⚠️ **IMPORTANT**: These are demo applications by Anthropic. They are intended for local development only and should NOT be deployed to production or used at scale. This repository contains multiple demonstrations of the [Claude Agent SDK](https://docs.anthropic.com/en/docs/claude-code/sdk/sdk-overview), showcasing different ways to build AI-powered applications with Claude. ## Available Demos ### 📧 [Email Agent](./email-agent) An in-development IMAP email assistant that can: - Display your inbox - Perform agentic search to find emails - Provide AI-powered email assistance ### 📊 [Excel Demo](./excel-demo) Demonstrations of working with spreadsheets and Excel files using Claude. ### 👋 [Hello World](./hello-world) A simple getting-started example to help you understand the basics of the Claude Agent SDK. ## Quick Start Each demo has its own directory with dedicated setup instructions. Navigate to the specific demo folder and follow its README for setup and usage details. ## Prerequisites - [Bun](https://bun.sh) runtime (or Node.js 18+) - An Anthropic API key ([get one here](https://console.anthropic.com)) ## Getting Started 1. **Clone the repository** ```bash git clone https://github.com/anthropics/claude-code-sdk-demos.git cd claude-code-sdk-demos ``` 2. **Choose a demo and navigate to its directory** ```bash cd email-agent # or excel-demo, or hello-world ``` 3. **Follow the demo-specific README** for setup and usage instructions ## Resources - [Claude Agent SDK Documentation](https://docs.anthropic.com/en/docs/claude-code/sdk/sdk-overview) - [API Reference](https://docs.anthropic.com/claude) - [GitHub Issues](https://github.com/anthropics/sdk-demos/issues) ## Support These are demo applications provided as-is. For issues related to: - **Claude Agent SDK**: [SDK Documentation](https://docs.anthropic.com/claude-code) - **Demo Issues**: [GitHub Issues](https://github.com/anthropics/sdk-demos/issues) - **API Questions**: [Anthropic Support](https://support.anthropic.com) ## License MIT - This is sample code for demonstration purposes.