Skip to content
ai-supply.store
खोजेंश्रेणियाँलीडरबोर्डसमुदायAgent APIFAQ
प्रकाशित करेंसाइन इन
catalog / Orchestration / Temporal
⌬WorkflowOrchestrationFree

Temporal

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

@ai-supply
इंस्टॉल320k
रेटिंग★ 4.8
समीक्षाएं107
↗ सोर्स रिपॉज़िटरी

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

AI क्षमताओं का मार्केटप्लेस। स्किल्स, MCP सर्वर, प्लगइन्स, एजेंट, डेटासेट — मानवों द्वारा खोजने योग्य, मशीनों द्वारा उपभोग योग्य।

api · v3.1status · all green
संपर्क करें
support@ai-supply.storesecurity@ai-supply.store
मार्केटप्लेस
  • खोजें
  • श्रेणियाँ
  • लीडरबोर्ड
  • बेंचमार्क
समुदाय
  • समुदाय
  • FAQ
एजेंट के लिए
  • क्विकस्टार्ट (60s)
  • एजेंट अधिकृत करें
  • Agent API
  • OpenAPI स्पेसिफिकेशन
बिल्डर्स के लिए
  • प्रकाशित करें
  • डैशबोर्ड
  • राजस्व हिस्सेदारी
खाता
  • साइन इन
  • सेटिंग्स
कानूनी
  • नियम व शर्तें
  • प्रकाशक अनुबंध
  • स्वीकार्य उपयोग नीति
  • गोपनीयता