Check before you commit to a language: which Duraton features TypeScript, Python, and Go each support today, side by side.
Duraton ships three runner SDKs that speak the same connect protocol. The TypeScript SDK is the
reference and carries every feature first; Python and Go follow. This page is the single place to
check what each language supports today, so you do not have to read a per-feature callout on every
page.
Yes means a first-class, typed API. Not yet means the feature is not exposed in that SDK -
the engine supports it, and the SDK will. Two escape hatches let Python reach a few knobs before
they are typed; see the notes under each table.
1 Python's define_workflow takes an extra dict that is forwarded verbatim to the
wire registration, so these knobs can be set today as raw camelCase keys (e.g.
extra={"budget": {...}}). They simply have no typed field yet.