Workflows
Python 0.25.0 · published wheel reference and guides.
PythonMixed
Use the focused zhivex_ai.workflows namespace for declarative composition,
durable graphs, checkpoints, leases and resume. The core is Stable; named external
engine adapters retain their own Beta classification.
from zhivex_ai.workflows import SequentialAgent, ParallelAgent, WorkflowBuilder
Use a sequential workflow when steps depend on previous results, parallel composition for independent steps, and a durable graph when the run needs checkpoints or explicit recovery. Keep retry and side-effect ownership explicit.
The workflow reference is generated from the installed package. The workflow guide covers application-owned state and recovery. External engine support is distinct from the generic callback contract.