Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Orchestration / Temporal
⌬WorkflowOrchestrationFree

Temporal

Open-source durable execution platform for building reliable distributed workflows and long-running processes.

@ai-supply
Installs320k
Rating★ 4.8
Reviews107
↗ Source repository

Temporal

Temporal is a durable execution platform that makes it simple to write long-running, fault-tolerant business logic. Applications that used to require complex state machines, queues, and cron jobs can now be written as simple procedural code.

Key Features

  • Durable workflows: Code that survives process restarts, infrastructure failures, and deployments automatically
  • Language-native SDKs: Python, Go, Java, TypeScript, .NET, PHP — workflows written in your existing language
  • Event history: Full replay-based execution with complete audit trail
  • Scalability: Battle-tested at hyperscaler scale (Uber, Netflix, DoorDash)
  • Visibility: Built-in UI for workflow monitoring, search, and debugging
  • Signals & queries: Interact with running workflows without polling

Quick Start

# Install the Python SDK
pip install temporalio

# Start Temporal server (dev mode)
brew install temporal
temporal server start-dev
from temporalio import workflow, activity
from temporalio.client import Client
from temporalio.worker import Worker

@activity.defn
async def say_hello(name: str) -> str:
    return f"Hello, {name}!"

@workflow.defn
class GreetingWorkflow:
    @workflow.run
    async def run(self, name: str) -> str:
        return await workflow.execute_activity(
            say_hello, name, schedule_to_close_timeout=timedelta(seconds=10)
        )

Add to ai-supply

npx ai-supply add temporal-workflow-engine

Curated mirror of the open-source Temporal (MIT). Get it from the source.

More from @ai-supply

View profile →
◐Model
llama.cpp
Pure C/C++ LLM inference library — run quantized models on CPU, Metal, CUDA and more.
↓ 900k★ 4.9
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 820k★ 4.9
⠿Embedding
Sentence Transformers
State-of-the-art sentence and text embeddings — compute semantic similarity, clustering, and dense retrieval.
↓ 750k★ 4.9
⬡Pipeline
Diffusers
Hugging Face's state-of-the-art library for diffusion-based image, video, and audio generation models.
↓ 750k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy