prefect-archive/ControlFlow
A Python framework for orchestrating agentic AI workflows using tasks, specialized agents, and flows.

ControlFlow is a Python framework for building agentic AI workflows. It provides developers with tools to create discrete, observable tasks for an AI to work on, assign one or more specialized AI agents to each task, and combine tasks into flows to orchestrate more complex behaviors. The framework bridges AI capabilities with traditional software by offering structured, type-safe outputs. It was merged into the Marvin agentic framework and this repository is now archived.