Output will stream here when you run the agent.
Summary
The Chat with YouTube Agent answers questions about a video using its transcript. It pulls the video's metadata and full transcript, then summarizes, answers follow-ups, and generates chapter timestamps — each citation a clickable link straight to that moment. Reach for it to skim long talks, lectures, or podcasts without watching end to end.
Installation
$ pnpm dlx shadcn@latest add @agentcn/langgraph/chat-with-youtube
Composition
├── index.ts
├── instructions.md
├── lib/youtube-utils.ts
├── tools/youtube-metadata.ts
├── tools/youtube-transcript.tsCustomization
- Edit
index.tsto change the model, description, or system prompt. - Add route-local tools under
tools/; tool input and output types are inferred from TypeScript. - Run
dawn verifybefore deploying generated LangGraph artifacts.