| .. | ||
| _shared | ||
| cancel-a-run | ||
| custom-transport | ||
| model-status | ||
| reuse-session | ||
| run-an-agent | ||
| stream-events | ||
| manifest.json | ||
| README.md | ||
Recipes
Recipes are intentionally small. Each one demonstrates one SDK workflow and is safe to copy into a real app.
Current recipes are listed in manifest.json.
Adding a Recipe
- Create
recipes/<id>/README.md. - Create
recipes/<id>/index.ts. - Add the recipe to
recipes/manifest.json. - Add test coverage in
test/recipes.test.ts. - Run
pnpm check.