Smart Cs Multi Agent banner
bcefghj bcefghj

Smart Cs Multi Agent

Development community

Description

智能客服多Agent系统 — 企业级面试项目全攻略 | Supervisor编排 + 分层记忆 + MCP + 全链路追踪 | Python/Java/Go三语言实现

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

🤖 智能客服多Agent系统

**企业级面试项目全攻略** — 面向金融/电商场景,包含 Python / Java / Go 三语言完整实现 + 配套面试材料,从零到面试一站搞定。

[![Python](https://img.shields.io/badge/Python-3.11+-blue?logo=python)](https://www.python.org/) [![Java](https://img.shields.io/badge/Java-17+-orange?logo=openjdk)](https://openjdk.org/) [![Go](https://img.shields.io/badge/Go-1.22+-00ADD8?logo=go)](https://golang.org/) [![LangGraph](https://img.shields.io/badge/LangGraph-0.2+-green)](https://github.com/langchain-ai/langgraph) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)


📋 目录


🎯 项目简介

本项目是一个**企业级多Agent智能客服系统**,模拟真实金融/电商公司的客服场景。系统由多个专业AI Agent协同工作,自动处理用户咨询、工单创建、知识检索等任务。

**这个项目能帮你做什么?**

  • 面试加分项:拥有一个真实完整的多Agent项目,不再只是CRUD
  • 三语言实现:Python/Java/Go均有完整代码,适配不同岗位需求
  • 面试材料齐全:简历模板、STAR话术、八股文题库一应俱全
  • 学习参考:代码有详细注释,架构文档有图文说明

**适合人群:**

  • 准备AI/后端岗位面试的同学
  • 想了解多Agent系统架构的开发者
  • 对LangGraph/Spring AI/Eino感兴趣的工程师

🏗️ 系统架构

整体架构图

用户 (Web/App/API)
        │  HTTP/SSE
        ▼
┌──────────────────────┐
│   API Gateway        │  ← 认证、限流、日志
│   (FastAPI / Spring) │
└──────────┬───────────┘
           │
           ▼
┌──────────────────────────────────────────────────┐
│              Supervisor 编排 Agent                │
│  ┌─────────────┐         ┌────────────────────┐  │
│  │  分层记忆系统  │         │  全链路追踪          │  │
│  │ • 工作记忆    │         │  (OpenTelemetry)   │  │
│  │ • 短期(Redis) │         │  Agent调用链可视化  │  │
│  │ • 长期(向量库) │         └────────────────────┘  │
│  └─────────────┘                                  │
└──────┬──────────┬──────────┬──────────┬───────────┘
       │          │          │          │
       ▼          ▼          ▼          ▼
  ┌─────────┐┌─────────┐┌─────────┐┌─────────┐
  │ 意图路由  ││ 知识检索  ││ 工单处理  ││ 合规审查  │
  │  Agent   │