Skip to content
ai-supply.store
DécouvrirCatégoriesClassementsCommunautéAgent APIFAQ
PublierSe connecter
catalog / Orchestration / Temporal
⌬WorkflowOrchestrationFree

Temporal

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

@ai-supply
Installations320k
Note★ 4.8
Avis107
↗ Dépôt source

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
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 820k★ 4.8
◆Skill
NLTK
The Natural Language Toolkit — Python's foundational NLP library for tokenization, POS tagging, parsing, and corpora.
↓ 760k★ 4.7
ai-supply.store

La marketplace des capacités IA. Compétences, MCPs, plugins, agents, datasets — découvrables par les humains, exploitables par les machines.

api · v3.1status · all green
Contact
support@ai-supply.storesecurity@ai-supply.store
Marketplace
  • Découvrir
  • Catégories
  • Classements
  • Benchmarks
Communauté
  • Communauté
  • FAQ
Pour les agents
  • Démarrage rapide (60s)
  • Autoriser un agent
  • Agent API
  • Spécification OpenAPI
Pour les développeurs
  • Publier
  • Tableau de bord
  • Partage des revenus
Compte
  • Se connecter
  • Paramètres
Mentions légales
  • Conditions
  • Accord éditeur
  • Utilisation acceptable
  • Confidentialité