https://github.com/temporalio/ai-cookbook
Recipes for using Temporal in AI applications
https://github.com/temporalio/ai-cookbook
Last synced: about 2 months ago
JSON representation
Recipes for using Temporal in AI applications
- Host: GitHub
- URL: https://github.com/temporalio/ai-cookbook
- Owner: temporalio
- Created: 2025-09-30T23:14:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-04-29T18:21:42.000Z (2 months ago)
- Last Synced: 2026-04-29T20:22:07.828Z (2 months ago)
- Language: Python
- Size: 63 MB
- Stars: 36
- Watchers: 2
- Forks: 23
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Temporal AI Cookbook
A collection of example projects and patterns for building durable AI agents and workflows with [Temporal](https://temporal.io/). Each recipe is a self-contained, runnable project that demonstrates a specific concept or integration pattern.
## Examples
| Category | Description |
|---|---|
| [`foundations/`](foundations/) | Core building blocks: hello world, structured output, retry patterns, claim-check |
| [`agents/`](agents/) | Agentic loops, tool calling, human-in-the-loop approval flows |
| [`deep_research/`](deep_research/) | Multi-agent research systems with planning, web search, and synthesis |
| [`mcp/`](mcp/) | Durable [Model Context Protocol](https://modelcontextprotocol.io/) servers backed by Temporal workflows |
## Learn More
- **Documentation:** [docs.temporal.io](https://docs.temporal.io)
- **AI Cookbook site:** [docs.temporal.io/ai-cookbook](https://docs.temporal.io/ai-cookbook)
- **Community Slack:** [temporalio.slack.com](https://temporalio.slack.com)
- **Community Forum:** [community.temporal.io](https://community.temporal.io)