用户可用于标准化软件项目的开发流程,实现自动化任务推进。该项目提供4人智能体开发流水线配置,包含Leader、Planner、Developer、Tester角色,支持定时触发任务检查,确保代码在持久git仓库中管理并遵循严格的任务交接约定。【此简介由AI生成】
| 文件 | 最后提交记录 | 最后更新时间 |
|---|
| feat: 4-agent pipeline config — Leader/Planner/Developer/Tester | 11 天前 |
| feat: add AtomCode Reviewer, split review from testing (5-agent pipeline) - Add AtomCode Reviewer agent (glm-5.2) for dedicated code review - Copilot Tester now focused on browser E2E + unit tests only - Pipeline updated: Architect → Developer → Reviewer → Tester → Done - Leader instructions updated with new 5-stage state machine - Updated import.sql to include AtomCode runtime profile | 10 天前 |
| feat: add AtomCode Reviewer, split review from testing (5-agent pipeline) - Add AtomCode Reviewer agent (glm-5.2) for dedicated code review - Copilot Tester now focused on browser E2E + unit tests only - Pipeline updated: Architect → Developer → Reviewer → Tester → Done - Leader instructions updated with new 5-stage state machine - Updated import.sql to include AtomCode runtime profile | 10 天前 |
| add Multica doudizhu case study article | 11 天前 |
| feat: add AtomCode Reviewer, split review from testing (5-agent pipeline) - Add AtomCode Reviewer agent (glm-5.2) for dedicated code review - Copilot Tester now focused on browser E2E + unit tests only - Pipeline updated: Architect → Developer → Reviewer → Tester → Done - Leader instructions updated with new 5-stage state machine - Updated import.sql to include AtomCode runtime profile | 10 天前 |
Multica Admin — 4-Agent Pipeline Configuration
概述
这是一个标准化的 4 人智能体开发流水线配置,适用于任何软件项目。
流水线:Leader → Planner → Developer → Tester → Done
使用方法
- 在 Multica 中登录你的工作区
- 连接本地运行时(multica daemon start)
- 按照下方
agents.json 中的配置逐个创建 4 个智能体
- 创建 Squad 将 4 个 agent 加入,Leader 设为 Claude Leader
- 创建 Autopilot(定时触发 Leader 检查任务)
Autopilot 配置
模式: run_only
Agent: Claude Leader
触发: */10 * * * * (每 10 分钟)
描述: Overseer — 检查所有未完成 issue,推进流水线
Agent 列表
| # |
名称 |
模型 |
运行时 |
角色 |
| 1 |
Claude Leader |
claude-sonnet-4 |
Claude CLI |
调度者 |
| 2 |
Cursor Planner |
auto |
Cursor CLI |
方案设计 |
| 3 |
OpenCode Developer |
deepseek/deepseek-chat |
OpenCode CLI |
编码实现 |
| 4 |
Copilot Tester |
claude-sonnet-4 |
Copilot CLI |
测试验收 |
关键约定
- 所有代码必须存在持久 git 仓库中,禁止在 Multica 临时工作区编码
- 每个队员完成任务后必须主动回复 Leader,包含 commit hash
- Leader 在接受前必须验证 git log
- 绝不重复触发同一阶段
用户可用于标准化软件项目的开发流程,实现自动化任务推进。该项目提供4人智能体开发流水线配置,包含Leader、Planner、Developer、Tester角色,支持定时触发任务检查,确保代码在持久git仓库中管理并遵循严格的任务交接约定。【此简介由AI生成】
定制我的领域