A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
龙门客栈 - 基于 OpenClaw 的多 Agent 协作管理系统,支持自定义角色、技能与工作流自动化。帮助企业快速搭建 AI 协作团队,提升运营效率。| Multi-Agent Collaboration System based on
OpenClaw多Agent协作框架 | 基于角色分工的AI智能体协作平台
关键词: OpenClaw | 多Agent协作 | AI智能体 | 任务管理 |Agent框架 | Python | React | TypeScript
龙门客栈 是一个创新的多Agent协作系统,灵感来自中国传统客栈文化。通过角色分工和规则约束,实现AI Agent之间的高效协作。
POST /tasks/)或 inn task CLI 写入 DB,不再直接编辑 LEDGER.md| 场景 | 说明 |
|---|---|
| 软件开发团队 | 多角色协作开发项目 |
| AI Agent研究 | 多智能体协作实验 |
| 任务管理系统 | 可视化任务分配与跟踪 |
| 敏捷开发看板 | 类似Trello的任务看板 |
.longmen_inn/
├── INN_RULES.md # 客栈总规(协作规则)
├── LEDGER.md # 任务看板(中央协调)
├── .gitignore # Git忽略规则
├── roles/ # 角色定义目录
│ ├── main/ # 老板娘(总控)
│ ├── innkeeper/ # 大掌柜(战略)
│ ├── waiter/ # 店小二(调度)
│ ├── chef/ # 厨子(开发)
│ ├── painter/ # 画师(设计)
│ ├── accountant/ # 账房先生(质控)
│ └── storyteller/ # 说书先生(文档)
├── projects/ # 项目代码
│ └── longmen-inn-system/
│ ├── backend/ # FastAPI后端
│ └── frontend/ # React前端
└── scripts/ # 辅助脚本
| 角色 | 职责 | 禁止事项 |
|---|---|---|
| 老板娘 | 总控、协调、兜底 | 无事干预伙计工作 |
| 大掌柜 | 战略规划、需求分析 | 不插手具体编码 |
| 店小二 | 调度、进度跟踪 | 不做战略决策 |
| 厨子 | 编码、测试、调试 | 不修改产品需求 |
| 画师 | UI设计、原型制作 | 不干涉后端架构 |
| 账房先生 | 代码审查、质量把控 | 不直接写代码 |
| 说书先生 | 文档编写、知识管理 | 不参与需求决策 |
| 依赖 | 版本 | 下载地址 |
|---|---|---|
| Python | 3.10+ | https://www.python.org/downloads/ |
| Node.js | 18+ | https://nodejs.org/ |
| Git | 最新 | https://git-scm.com/ |
# 1. 克隆仓库
git clone https://github.com/your-username/longmen-inn.git
cd longmen-inn/projects/longmen-inn-system
# 2. 启动服务(自动安装依赖、初始化数据库)
.\start-services.ps1
首次运行会自动:
# 后端
cd backend
pip install -r requirements.txt
python init_db.py --seed # 初始化数据库
python -m uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload
# 前端(新终端)
cd frontend
npm install
npm run dev
| 服务 | 地址 |
|---|---|
| 前端界面 | http://localhost:8080 |
| 后端API | http://localhost:8000 |
| API文档 | http://localhost:8000/docs |





git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)本项目采用 MIT 许可证 - 详见 LICENSE 文件
| 类别 | 技术 | 版本 |
|---|---|---|
| 后端框架 | FastAPI | 0.104+ |
| 前端框架 | React | 18+ |
| UI组件库 | Ant Design | 5.x |
| 状态管理 | Zustand | 4.x |
| 数据库 | SQLite / PostgreSQL | - |
| 实时通信 | WebSocket | - |
OpenClaw 多Agent协作 AI智能体 Agent框架 任务管理 项目管理 龙门客栈 FastAPI React TypeScript Python 任务看板 敏捷开发 团队协作 角色分工 工作流管理 Agent调度 智能体协作 多智能体系统 MAS
版本: v1.0
最后更新: 2026年3月
Star⭐ 本项目关注最新动态!
Open-source AI code assistant for VS Code and JetBrains — autocomplete, chat, and agents
Garry Tan's Claude Code setup with 23 tools serving as CEO, Designer, Eng Manager, and QA
Kanban-based orchestration for 10+ coding agents with isolated git worktrees per agent
Battle-tested Claude Code workflows — self-correcting memory, parallel worktrees, 8 hook types, 5 agents