Two sets of hands-on exercises for the Temporal TypeScript SDK.
Four exercises building production Temporal patterns in TypeScript — child workflows, parallel activities, local activities. Uses an RFI domain.
Four exercises building a durable AI agent with Temporal — from a raw agentic loop to human-in-the-loop with signals.
- Node.js 22+
- Temporal CLI:
temporal server start-dev - Anthropic API key (for ai-agents only):
export ANTHROPIC_API_KEY=sk-ant-...