> ## Documentation Index
> Fetch the complete documentation index at: https://code.claude.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 예제

> 구축하려는 것과 일치하는 완전하고 실행 가능한 Agent SDK 프로젝트 또는 Claude Cookbook의 가이드 레시피를 찾습니다.

이 페이지는 완전하고 실행 가능한 Agent SDK 프로젝트 및 가이드 Claude Cookbook 레시피로 안내합니다. TypeScript 애플리케이션은 [`claude-agent-sdk-demos`](https://github.com/anthropics/claude-agent-sdk-demos) 저장소에 있으며, Python 레시피는 [Claude Cookbook](https://platform.claude.com/cookbook)에 있습니다.

<h2 id="run-a-minimal-agent-first">
  먼저 최소한의 에이전트 실행
</h2>

SDK로 아직 아무것도 구축하지 않았다면 전체 애플리케이션 전에 다음 중 하나로 시작하십시오:

* [Agent SDK 빠른 시작](/docs/ko/agent-sdk/quickstart): TypeScript 또는 Python에서 첫 번째 작동하는 에이전트를 구축하며, 설정 단계가 포함되어 있습니다. 에이전트는 샘플 파일의 버그를 찾아 수정합니다.

* [Hello World](https://github.com/anthropics/claude-agent-sdk-demos/tree/main/hello-world): 저장소 코드에서 시작하려고 할 때 복제할 최소한의 TypeScript 프로젝트

<h2 id="explore-a-typescript-application">
  TypeScript 애플리케이션 탐색
</h2>

[`claude-agent-sdk-demos`](https://github.com/anthropics/claude-agent-sdk-demos)의 TypeScript 애플리케이션은 이메일 클라이언트에서 다중 에이전트 연구 시스템에 이르기까지 로컬 개발을 위한 데모입니다. 구축 중인 것과 모양이 일치하는 데모를 복제하십시오.

<h2 id="work-through-a-python-recipe">
  Python 레시피 작업
</h2>

Claude Cookbook의 Agent SDK 시리즈는 각각 Python 노트북인 레시피의 시퀀스로, 간단한 연구 에이전트에서 정교한 다중 에이전트 시스템으로 진행됩니다. 각 노트북은 이전 노트북을 기반으로 하며 새로운 개념과 기능을 소개합니다. [원라이너 연구 에이전트](https://platform.claude.com/cookbook/claude-agent-sdk-00-the-one-liner-research-agent)로 시작하여 앞으로 진행하십시오.

Claude 제품 전반의 레시피는 전체 [Claude Cookbook](https://platform.claude.com/cookbook)을 참조하십시오.
