Skip to content

Latest commit

 

History

History

weather

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Weather Example

Demostrates how to create a rojak Session to interact with a Weather agent that uses tool calling and context_variables.

Make sure temporal is running:

temporal server start-dev

Ensure you have OPENAI_API_KEY in the .env file:

OPENAI_API_KEY=<YOUR_OPENAI_API_KEY>

Run the worker:

python run_worker.py

On another terminal, run script to start session and send a message:

python run_workflow.py