Resonate Python SDK
Get started with a classic "Hello World!" example.
This example executes foo()
as a workflow where, bar()
, and baz()
are blocking steps.
The workflow produces a greeting contributed to by each of the functions.
This example does NOT require the use of a Resonate Server.
Install dependencies:
uv sync
Run script:
uv run main.py