Skip to content

Engines overview

Maturity labels

  • Now: Stable and supported in current releases.
  • Preview: Usable today, but behavior and APIs may evolve.
  • Planned: Not yet implemented.

Note

Status: Preview

Local engine is Now. Prefect orchestration is usable but evolving.

Inspect current engine

>>> import omnipy as om
>>> om.runtime.config.engine.choice

Set engine choice

import omnipy as om

om.runtime.config.engine.choice = 'local'
om.runtime.config.engine.choice = 'prefect'

Use local examples in docs to keep builds self-contained.