Temporal is an open-source platform for durable execution — your code automatically survives crashes, outages, and restarts, which makes it a natural fit for AI agents that need to reliably run long, multi-step, failure-prone work like LLM calls, tool use, and human-in-the-loop approvals.
💡 Tip: Temporal publishes agent skills that any AI coding agent (Claude Code, Codex, Cline, etc.) can use to build, debug, and review Temporal applications — try
npx skills add https://github.com/temporalio/skill-temporal-developer.
Resources
- temporal.io — Official website and docs
- temporalio/temporal — Main company GitHub repo
- temporal-community — Community GitHub org
- AI Cookbook — Recipes for building AI agents with Temporal
- Agent Skills — Official Temporal skills for AI coding agents (developer, cloud, design)
- Join the Community Slack — Connect with the Temporal community
Vibe Check Series
My ongoing YouTube series exploring AI tools, agentic coding, and how to build AI in production — watch the full Vibe Check playlist.
Latest episode — Priority, Fairness & Building Workflows from Scratch:
Demos
Durable Human-in-the-Loop Agents (in progress)
A new demo showing how Temporal makes human-in-the-loop (HITL) agent workflows durable — agents that can pause for human input and reliably pick back up, no matter how long the wait.
- Follow along: temporal-community/durable-hitl-agents
ADK & Temporal Integration
Google Agent Development Kit integrated with Temporal for durable, production-ready AI agents.
- Get the Code: temporal-community/ice-cream-fleet-demo
Voice Demo: Sheep Audio Dreams
A voice-driven AI agent demo built with Temporal.
- Get the Code: temporal-community/sheep-audio-dreams
- Get the Code: nyghtowl/sheep-audio-dreams