Skip to content

Langgraph based multi-agent customer support bot for instwise.app

Notifications You must be signed in to change notification settings

sushi057/InstWise-customer-bot

Repository files navigation

Instwise Customer Support Bot

This project implements a chatbot using the Langgraph library. The chatbot interacts with users, processes their inputs, and provides responses based on predefined nodes and edges in a state graph.

Setup

  1. Clone the repository:

    git clone https://github.com/sushi057/InstWise-customer-bot
    cd InstWise-customer-bot
  2. Create a virtual environment:

    python -m venv .venv
    source .venv/bin/activate  # On Windows use `.venv\Scripts\activate`
  3. Install dependencies:

    pip install -r requirements.txt
  4. Set up environment variables:

    • Create a [.env] file from [.env.example] and add necessary environment variables.
  5. Run docker

    docker-compose up

About

Langgraph based multi-agent customer support bot for instwise.app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published