Demostrate orchestrating multiple agents in a food ordering workflow.
Run Temporal locally:
temporal server start-devEnsure you have OPENAI_API_KEY in the .env file:
OPENAI_API_KEY=<YOUR_OPENAI_API_KEY>
Start the worker:
python run_worker.pyIn another terminal, run the client:
python send_message.py