awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesWorkflow Checkpointing

Saves the state of long-running tasks at specific intervals to resume execution efficiently without restarting the entire process from the beginning after a failure.

Distinct from Execution Checkpointing: Distinct from Execution Checkpointing: focuses on the checkpointing of workflow tasks specifically for failure recovery rather than general process state snapshots.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Workflow Checkpointing. Refine with filters or upvote what's useful.

Awesome Workflow Checkpointing GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • inngest/inngestAvatar von inngest

    inngest/inngest

    5,499Auf GitHub ansehen↗

    Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer

    Saves the state of long-running tasks at specific intervals to resume execution efficiently without restarting the entire process from the beginning after a failure.

    Go
    Auf GitHub ansehen↗5,499
  • maiot-io/zenmlAvatar von maiot-io

    maiot-io/zenml

    5,452Auf GitHub ansehen↗

    ZenML is an extensible machine learning orchestration framework designed to manage the end-to-end lifecycle of data pipelines and AI agent workflows. It functions as a durable orchestrator that executes machine learning tasks as directed acyclic graphs, ensuring that every step is containerized for consistent performance across local, cloud, and hybrid infrastructure. By decoupling pipeline code from underlying compute and storage backends, the platform allows developers to define infrastructure-agnostic stacks that remain portable across diverse environments. The project distinguishes itself

    Persists remote model interactions to allow replaying completed steps without repeating provider requests.

    Python
    Auf GitHub ansehen↗5,452
  • zenml-io/zenmlAvatar von zenml-io

    zenml-io/zenml

    5,451Auf GitHub ansehen↗

    ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning pipelines and agentic workflows. It provides a unified framework that manages the entire lifecycle of machine learning assets, from data processing and model training to the deployment of persistent inference services. By decoupling pipeline logic from underlying compute and storage, the platform enables teams to transition workflows seamlessly from local development environments to production-grade cloud infrastructure. The platform distinguishes itself through a service-oriented

    Records individual model and tool calls as durable checkpoints to allow resuming interrupted processes from the point of failure.

    Pythonagentopsagentsai
    Auf GitHub ansehen↗5,451
  1. Home
  2. Artificial Intelligence & ML
  3. Execution Checkpointing
  4. Workflow Checkpointing

Unter-Tags erkunden

  • Granular Call Replay BoundariesCreates replay boundaries around specific model and tool calls for precise failure recovery. **Distinct from Workflow Checkpointing:** Distinct from Workflow Checkpointing: focuses on granular call-level boundaries rather than step-level workflow checkpointing.
  • Remote Interaction CheckpointsWraps remote model interactions in durable storage to enable replay without re-execution. **Distinct from Workflow Checkpointing:** Distinct from Workflow Checkpointing: specifically targets remote model interactions rather than general workflow task state.