You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write the repository README.md - the landing page for the Build Your Own Coding Agent tutorial. The full source material lives in OUTLINE.md; the README is the reader-facing front door.
Goal: A newcomer can land on the repo, understand what they will build, set up their environment, and navigate to any chapter.
What it should contain
Title + one-paragraph pitch (build a coding agent with the Anthropic SDK on TypeScript + Bun; ends as a streaming, tool-using Telegram + REPL agent).
Who it is for / prerequisites (Bun, Anthropic API key, Telegram bot token from BotFather, basic TypeScript).
Quick start: bun add @anthropic-ai/sdk, .env setup (ANTHROPIC_API_KEY, TELEGRAM_BOT_TOKEN), and how to run an example (bun run examples/01-sdk-first-request/hello.ts).
Repository layout (the examples/NN-slug/ convention).
Table of contents linking to each chapter (10 issues / chapter docs).
Conventions note (TypeScript + Bun, official @anthropic-ai/sdk, ASCII punctuation).
Write the repository
README.md- the landing page for the Build Your Own Coding Agent tutorial. The full source material lives in OUTLINE.md; the README is the reader-facing front door.Goal: A newcomer can land on the repo, understand what they will build, set up their environment, and navigate to any chapter.
What it should contain
bun add @anthropic-ai/sdk,.envsetup (ANTHROPIC_API_KEY,TELEGRAM_BOT_TOKEN), and how to run an example (bun run examples/01-sdk-first-request/hello.ts).examples/NN-slug/convention).@anthropic-ai/sdk, ASCII punctuation).Chapter index to link
Definition of done
README.mdwritten and committed tomain.