Directory / Temporal
Temporal
Verified
Durable workflow engine that can sequence factory steps.
Temporal is a durable execution platform. Workflows survive process death, retries are first-class, and state is explicit. It is not an LLM product. Teams use it as the orchestration spine when an agent run must last longer than a request and must not forget what it already did.
- Model independence
- Multi-model
- Deployment
- Cloud, Self-hosted
- Open source
- Yes
- License
- MIT (server); Temporal Cloud is a service
- Pricing model
- Mixed
- Added / updated
- 19 Aug 2026 / 19 Aug 2026
temporal.io · Docs · Source
Editorial take
Temporal is the grown-up answer to “the agent crashed after 40 minutes.” It will not write the code. If your factory already looks like a state machine, do not invent a new orchestrator brand. Self-host the MIT server or buy Temporal Cloud. Model independence is vacuously true: Temporal does not pick a model.
Strengths
- Durable execution with an MIT server you can run.
- Retries, timeouts, and signals that match long agent jobs.
- Cloud and self-hosted options with the same programming model.
Limitations
- Not an agent. You still need a harness and a sandbox.
- Operational cost of running Temporal yourself is real.
- Easy to over-engineer a cron job into a workflow cluster.
Compare
- vs inngest — Durable workflow runtimes that can sequence factory steps.