Resonate Python SDK
Get started with a classic "Hello World!" example.
This example executes foo() as a durable async workflow where bar() and baz() are awaited steps.
The workflow produces a greeting contributed to by each of the functions.
This example requires a running Resonate Server. Start one with:
resonate devInstall dependencies:
uv syncRun script:
uv run main.py