langgraph_multi-agent-rag-customer-support
langgraph_multi-agent-rag-customer-support
📖 简介
本项目实现了一个基于多智能体(Multi-Agent)和检索增强生成(Retrieval-Augmented Generation, RAG)技术的客户支持系统。它利用 Python、LangChain 和 LangGraph 构建了一个能够处理各种旅行相关查询的对话式 AI,包括航班预订、租车、酒店预订和行程推荐。还有对接了woocommerce商城进行商品查询,文章查询,表单提交,订单查询等商
查看英文原版
本项目实现了一个基于多智能体(Multi-Agent)和检索增强生成(Retrieval-Augmented Generation, RAG)技术的客户支持系统。它利用 Python、LangChain 和 LangGraph 构建了一个能够处理各种旅行相关查询的对话式 AI,包括航班预订、租车、酒店预订和行程推荐。还有对接了woocommerce商城进行商品查询,文章查询,表单提交,订单查询等商
📥 安装此技能
ai-agent install langgraph-multi-agent-rag-customer-support
📖 其他安装方式
方法 2:从 GitHub 克隆
git clone https://github.com/liangdabiao/langgraph_multi-agent-rag-customer-supportcd langgraph-multi-agent-rag-customer-supportai-agent link .
方法 3:手动安装
# 下载技能后复制到技能目录 cp -r langgraph-multi-agent-rag-customer-support ~/.ai-agent/skills/
💡 提示: 技能将安装到你的本地 目录,不会存储在我们的服务器上。