Skip to content

wasimhassanshah/Customer_Support_Agent_LangGraph

Repository files navigation

Customer Support Agent

This is Customer SUpport Agent with customer and order management tools. Customers can now:

  • View existing orders
  • Create new orders and update the relevant 'databases'

Take a look at the bottom half of the below diagram to see what we will build:

Blank diagram (15)

Here is what one of the final customer journeys look like:

image

Setup

To setup the python environment I did:

conda create -p ./.conda python=3.11
pip install -r requirements.txt

Then activated the environment with:

conda activate ./.conda

To run the frontend you can type:

streamlit run streamlit_frontend.py

Happy Agent Building :D

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages