Where can I find the recording?
This is now up on our YouTube channel at:
Where might I find other examples of using Temporal + AI? together?
Temporal’s Code Exchange is a great source of these, for example:
- AI Agent execution using Temporal — the demo from this very webinar!
- Rojak — Rojak is an open-source library designed for orchestrating multi-agent workflows with reliability and scalability. Built on Temporal, Rojak ensures fault-tolerant, durable agent interactions, allowing AI-driven workflows to persist through failures, long-running tasks, and interruptions.
- Agent of Code — AgentOfCode is an “agentic” LLM solution that leverages various Gemini models & Sonnet 3.5 to iteratively work through Advent of Code problems, committing its incremental progress to Github along the way.