This is a minimal starting point for building an event-driven, async-first workflow using llama-index-workflows.
Install project dependencies:
pip install -e .
Run the workflow from the command line:
python -m basic.workflow
You should see a friendly hello message. Edit src/basic/workflow.py
to add your own steps and logic.