genai-multiagent-support

Mohit1298/genai-multiagent-support
★ 0 stars Python AI/LLM Updated 1mo ago
GenAI multi-agent customer support system: LangGraph supervisor routing between a text-to-SQL agent and a RAG agent, with data tools served via an MCP server. Streamlit UI.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "genai-multiagent-sup": {
      "command": "uvx",
      "args": [
        "genai-multiagent-support"
      ]
    }
  }
}

Or install with pip: pip install genai-multiagent-support

README Excerpt

A generative-AI multi-agent system that lets a customer-support user ask questions in natural language against **both** structured and unstructured data: - **Structured** — customer profiles and support tickets in a SQLite database, queried by a **text-to-SQL agent**. - **Unstructured** — company policy PDFs in a Chroma vector store, answered by a **RAG