Open SourceAutomation14k
Temporal
Durable execution engine that makes long-running workflows reliable.
Temporal is an open-source durable-execution platform for writing reliable, long-running, stateful workflows as ordinary code in Go, Java, TypeScript, Python, and more. It transparently handles retries, timeouts, and state persistence so workflows survive process crashes and infrastructure failures, making it a backbone for orchestrating distributed systems and AI agent pipelines. It is widely adopted in production at scale.
Repository
temporalio/temporalLanguage
GoWhat you'd build with it
- Orchestrating long-running AI agent and multi-step LLM pipelines with guaranteed durability
- Building reliable distributed workflows that survive crashes with automatic retries and state
- Coordinating microservices, human-in-the-loop steps, and async jobs as code rather than DAGs
Tags
durable-executionorchestrationworkflowsdistributed