Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 852 Bytes

File metadata and controls

36 lines (23 loc) · 852 Bytes

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