Skip to content

sergi039/claude-agent-sdk-demos

 
 

Repository files navigation

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, showcasing different ways to build AI-powered applications with Claude.

Available Demos

An in-development IMAP email assistant that can:

  • Display your inbox
  • Perform agentic search to find emails
  • Provide AI-powered email assistance

Demonstrations of working with spreadsheets and Excel files using Claude.

A simple getting-started example to help you understand the basics of the Claude Agent SDK.

A multi-agent research system that coordinates specialized subagents to research topics and generate comprehensive reports:

  • Breaks research requests into subtopics
  • Spawns parallel researcher agents to search the web
  • Synthesizes findings into detailed reports
  • Demonstrates detailed subagent activity tracking

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

Getting Started

  1. Clone the repository
git clone https://github.com/anthropics/claude-agent-sdk-demos.git
cd claude-agent-sdk-demos
  1. Choose a demo and navigate to its directory
cd email-agent  # or excel-demo, or hello-world
  1. Follow the demo-specific README for setup and usage instructions

Resources

Support

These are demo applications provided as-is. For issues related to:

License

MIT - This is sample code for demonstration purposes.

About

Personal catalog of curated Claude Code agents for development optimization. Includes subagents, workflows, and skills from community repositories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 46.9%
  • Python 43.7%
  • JavaScript 4.6%
  • Shell 2.4%
  • HTML 1.9%
  • CSS 0.5%