Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Food ordering example

Demostrate orchestrating multiple agents in a food ordering workflow.

Setup

Run Temporal locally:

temporal server start-dev

Ensure you have OPENAI_API_KEY in the .env file:

OPENAI_API_KEY=<YOUR_OPENAI_API_KEY>

Start the worker:

python run_worker.py

In another terminal, run the client:

python send_message.py