This is a repo accompanying my youtube tutorial on using LangGraph to to create an assistant bot that can book and cancel appointments.
To run the code here you will need to install the packages listed in the requirements.txt:
pip install -r requirements.txt
To run the streamlit app, you can use the following command:
streamlit run app.py
If you otherwise stumble on this repo, you can find the tutorial here.
Happy Agent Building!