An open API service indexing awesome lists of open source software.

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

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)