/LangGraphReceptionistTutorial

A repo to accopmany my youtube video on how to build an AI receptionist with langgraph

Primary LanguagePython

LangGraph Tutorial

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!