Skip to content

robbxu/sql-support-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Store AI Support Bot

An intelligent multi-agent customer support system for a digital music store, powered by LangGraph and SQLite.

Architecture

The system uses three specialized agents:

  1. Customer Agent: Handles account-related queries and verifies customer identity
  2. Music Agent: Provides music recommendations and song search
  3. Invoice Agent: Processes transactions and manages orders

Tech Stack

  • Framework: LangGraph for conversation flow management
  • Database: Chinook SQLite database (digital music store schema)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 70.0%
  • Python 30.0%