The repository serves as a template for scaffolding projects with the Resonate CLI.
Install dependencies:
uv sync --upgradeBoth bar and baz are designed to run as services, each uses Event().wait() to stay running.
Run bar:
uv run barRun baz:
uv run bazFoo runs as a script.
Run foo:
uv run foo