tpmjs/apps/tutorial
Ajax Davis 1e779007be refactor: rewrite tutorial slides with coherent AI SDK narrative
Complete rewrite of all 9 slides to create a coherent story for engineers:

1. Welcome - TPMJS: A Tool Registry for the AI SDK
2. Problem - AI SDK Tools Are Static (compiled in, bundle grows)
3. Solution - Two imports enable dynamic tools at runtime
4. HowItWorks - The two meta-tools (search + execute)
5. Discovery - searchTpmjsToolsTool schema and response
6. Integration - registryExecuteTool execution flow
7. Quality - What gets indexed (schemas, scores, health)
8. ToolDetail - Full agent conversation flow example
9. GetStarted - How to publish tools to the registry

Also adds eslint.config.mjs to ignore .next build directory.
2025-12-29 12:03:56 +10:00
..
src refactor: rewrite tutorial slides with coherent AI SDK narrative 2025-12-29 12:03:56 +10:00
.gitignore chore: add Vercel config for tutorial deployment 2025-12-29 00:34:00 +10:00
eslint.config.mjs refactor: rewrite tutorial slides with coherent AI SDK narrative 2025-12-29 12:03:56 +10:00
next-env.d.ts feat: add interactive tutorial slideshow app 2025-12-28 23:41:15 +10:00
next.config.ts feat: add interactive tutorial slideshow app 2025-12-28 23:41:15 +10:00
package.json feat: add interactive tutorial slideshow app 2025-12-28 23:41:15 +10:00
postcss.config.js feat: add interactive tutorial slideshow app 2025-12-28 23:41:15 +10:00
tailwind.config.ts feat: add interactive tutorial slideshow app 2025-12-28 23:41:15 +10:00
tsconfig.json feat: add interactive tutorial slideshow app 2025-12-28 23:41:15 +10:00
vercel.json chore: add Vercel config for tutorial deployment 2025-12-29 00:34:00 +10:00