Smart Cs Multi Agent
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 三语言完整实现 + 配套面试材料,从零到面试一站搞定。
[](https://www.python.org/) [](https://openjdk.org/) [](https://golang.org/) [](https://github.com/langchain-ai/langgraph) [](./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 │
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11