SDK index

The Flux Python SDK — workflows, tasks, agents, scheduling, execution context, errors, and helpers.

The Flux Python SDK is the surface you import from flux. The pages in this sub-group are auto-generated from the source by an introspection script, so the signatures, defaults, and docstrings track what is actually in the installed package.

Core decorators

The two decorators that turn plain functions into Flux primitives.

Agent surface

The agent SDK ships in 0.56.0 but the introspection generator does not yet emit a standalone agent.mdx page. The agent primitive, its lifecycle, and its configuration are covered in Agents → Foundations → The agent primitive. This SDK index reflects what the generator produces; when the generator picks up the agent module, the entry will appear here.

Building blocks

The composition, control-flow, scheduling, and runtime types tasks and workflows are built from.

Composition helpers

Free functions exported from flux.tasks for composing tasks.