ControlFlow (archived — use marvin)

0.12.1 · deprecated · verified Tue Mar 24

ARCHIVED. ControlFlow was a PrefectHQ agentic workflow framework. The repository was archived on August 22, 2025. Its engine was merged into marvin v3. Last version on PyPI: 0.12.1 (Feb 2025). Do not use for new projects — use marvin instead. The controlflow package still installs from PyPI but receives no updates.

Warnings

Install

Imports

Quickstart

Marvin v3 replacement for ControlFlow.

# controlflow is archived — use marvin instead
# pip install marvin
import marvin

# Direct equivalent of controlflow's cf.run
result = marvin.run('Write a short poem about artificial intelligence')
print(result)

view raw JSON →