There's a recipe-inline-python.yaml in the root folder of the Goose repo that I wanted to play with, because Python!! goose run --recipe /path/to/recipe-inline-python.yaml fails to work, Goose ...
It is possible to create a Context object ahead of time and use it for running the Python code. The context can be re-used for multiple invocations to share global variables across macro calls. As a ...