Skip to content
This repository was archived by the owner on Sep 12, 2026. It is now read-only.

Repository files navigation

workflow

Superseded by Loom.

This repository contains an earlier workflow/pipeline orchestration model. Its responsibilities now belong to loom-ai, whose fundamental execution abstraction is Worker and whose coordination abstraction is Arbiter (itself a Worker).

Architectural decision

Do not add new orchestration features here.

The old workflow engine mixed workflow definition, phase execution, persistence, worker tracking, and resume behavior. Loom now provides the coherent execution model:

Intent -> Arbiter -> Workers -> tools/models/state
                         |
                         v
              evidence/evaluation/checkpoint
                         |
                         v
                 complete/retry/replan

Reusable mechanics discovered during migration should move into dedicated capability repositories such as storage, resilience, streaming, evaluation, or strategy, rather than recreating a second workflow engine.

Migration

Use loom-ai for new execution/orchestration work. Preserve this repository only as historical source until reusable pieces have been migrated and verified.

Status

Retirement candidate. After code migration and dependency cleanup, archive this repository.

About

FlossWare workflow-ai - zero-dependency Python package for AI/LLM orchestration

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages