496 lines
14 KiB
JSON
496 lines
14 KiB
JSON
{
|
||
"$schema": "./api-spec.json",
|
||
"version": "2.0",
|
||
|
||
"system": {
|
||
"name": "瑞来滋软件科技有限公司 - 多Agent协作系统",
|
||
"company": "瑞来滋软件科技有限公司",
|
||
"companyFullName": "Ruilizi Software Technology Co., Ltd.",
|
||
"description": "基于OpenClaw的AI原生团队协作系统,16个Agent各司其职完成软件开发",
|
||
"location": "D:\\openclaw-multi-agent\\",
|
||
"health": "healthy",
|
||
"status": "running",
|
||
"activeModels": ["deepseek-chat"],
|
||
"modelContextVersion": "2.0",
|
||
"created": "2026-03-31T14:25:00Z",
|
||
"lastUpdated": "2026-03-31T23:38:00Z"
|
||
},
|
||
|
||
"modelSwitchGuide": {
|
||
"title": "模型切换恢复指南",
|
||
"steps": [
|
||
"1. 读取 system-api/model-context.md 了解系统",
|
||
"2. 运行 /状态 系统 查看当前状态",
|
||
"3. 运行 /项目 列表 查看现有项目",
|
||
"4. 使用标准指令开始工作"
|
||
],
|
||
"importantFiles": [
|
||
"system-api/model-context.md - 模型工作记忆",
|
||
"system-api/system-state.json - 实时状态",
|
||
"README.md - 系统总览",
|
||
"快速指令卡.md - 常用指令"
|
||
]
|
||
},
|
||
|
||
"projects": {
|
||
"total": 2,
|
||
"completed": 1,
|
||
"inProgress": 1,
|
||
"list": [
|
||
{
|
||
"id": "proj-20260331-001",
|
||
"name": "个人作品展示网站",
|
||
"type": "website",
|
||
"status": "completed",
|
||
"created": "2026-03-31T21:51:00Z",
|
||
"completed": "2026-03-31T21:56:00Z",
|
||
"location": "shared/code/frontend/portfolio/",
|
||
"quality": "excellent"
|
||
},
|
||
{
|
||
"id": "proj-20260331-002",
|
||
"name": "单页面招聘H5",
|
||
"type": "website",
|
||
"status": "inProgress",
|
||
"created": "2026-03-31T23:51:00Z",
|
||
"deadline": "今天完成",
|
||
"location": "shared/tasks/TASK-招聘H5-001.md",
|
||
"team": ["pm", "ui-design", "frontend", "qa", "hr"],
|
||
"priority": "P0"
|
||
}
|
||
]
|
||
},
|
||
|
||
"agents": {
|
||
"total": 16,
|
||
"configured": 16,
|
||
"active": 16,
|
||
"utilization": "100%",
|
||
"lastStartup": "2026-03-31T23:25:00Z",
|
||
|
||
"management": [
|
||
{
|
||
"id": "ceo",
|
||
"name": "张伟明",
|
||
"花名": "张总",
|
||
"role": "ceo",
|
||
"position": "CEO 首席执行官",
|
||
"department": "管理层",
|
||
"email": "zhangweiming@company.com",
|
||
"status": "running",
|
||
"responsibility": "公司战略规划,团队领导,资源整合"
|
||
},
|
||
{
|
||
"id": "coo",
|
||
"name": "王晓东",
|
||
"花名": "小王",
|
||
"role": "coo",
|
||
"position": "COO 首席运营官",
|
||
"department": "管理层",
|
||
"email": "wangxiaodong@company.com",
|
||
"status": "running",
|
||
"responsibility": "公司运营管理,流程优化,效率提升"
|
||
},
|
||
{
|
||
"id": "cpo",
|
||
"name": "王海涛",
|
||
"花名": "产品总",
|
||
"role": "cpo",
|
||
"position": "CPO 产品负责人",
|
||
"department": "管理层",
|
||
"email": "wanghitao@company.com",
|
||
"status": "running",
|
||
"responsibility": "产品战略规划,产品路线图,团队管理"
|
||
},
|
||
{
|
||
"id": "cto",
|
||
"name": "陈志强",
|
||
"花名": "老陈",
|
||
"role": "cto",
|
||
"position": "CTO 技术负责人",
|
||
"department": "管理层",
|
||
"email": "chenzhiqiang@company.com",
|
||
"status": "running",
|
||
"responsibility": "技术架构设计,技术选型,技术创新"
|
||
}
|
||
],
|
||
|
||
"core": [
|
||
{
|
||
"id": "pm",
|
||
"name": "张明辉",
|
||
"花名": "小明",
|
||
"role": "pm",
|
||
"position": "PM 产品经理",
|
||
"department": "核心产品研发",
|
||
"email": "zhangminghui@company.com",
|
||
"status": "running",
|
||
"responsibility": "需求分析,产品规划,项目协调,验收测试"
|
||
},
|
||
{
|
||
"id": "frontend",
|
||
"name": "李建华",
|
||
"花名": "小华",
|
||
"role": "fe",
|
||
"position": "FE 前端工程师",
|
||
"department": "核心产品研发",
|
||
"email": "lijianhua@company.com",
|
||
"status": "running",
|
||
"responsibility": "页面开发,交互实现,响应式设计,性能优化"
|
||
},
|
||
{
|
||
"id": "backend",
|
||
"name": "赵志强",
|
||
"花名": "小强",
|
||
"role": "be",
|
||
"position": "BE 后端工程师",
|
||
"department": "核心产品研发",
|
||
"email": "zhaozhiqiang@company.com",
|
||
"status": "running",
|
||
"responsibility": "API开发,数据库设计,系统架构"
|
||
},
|
||
{
|
||
"id": "qa",
|
||
"name": "李晓龙",
|
||
"花名": "小李",
|
||
"role": "qa",
|
||
"position": "QA 测试工程师",
|
||
"department": "核心产品研发",
|
||
"email": "lixiaolong@company.com",
|
||
"status": "running",
|
||
"responsibility": "功能测试,性能测试,兼容性测试,质量保障"
|
||
},
|
||
{
|
||
"id": "ui-design",
|
||
"name": "陈美玲",
|
||
"花名": "小美",
|
||
"role": "ui",
|
||
"position": "UI 设计师",
|
||
"department": "核心产品研发",
|
||
"email": "chenmeiling@company.com",
|
||
"status": "running",
|
||
"responsibility": "界面设计,交互设计,用户体验优化"
|
||
},
|
||
{
|
||
"id": "devops",
|
||
"name": "周建国",
|
||
"花名": "老周",
|
||
"role": "devops",
|
||
"position": "DevOps 运维工程师",
|
||
"department": "核心产品研发",
|
||
"email": "zhoujianguo@company.com",
|
||
"status": "running",
|
||
"responsibility": "自动化运维,持续集成,监控报警"
|
||
}
|
||
],
|
||
|
||
"business": [
|
||
{
|
||
"id": "sales",
|
||
"name": "赵俊杰",
|
||
"花名": "小赵",
|
||
"role": "sales",
|
||
"position": "Sales 销售经理",
|
||
"department": "商业化",
|
||
"email": "zhaojunjie@company.com",
|
||
"status": "running",
|
||
"responsibility": "客户开发,商务谈判,业绩达成"
|
||
},
|
||
{
|
||
"id": "marketing",
|
||
"name": "陈思远",
|
||
"花名": "小陈",
|
||
"role": "marketing",
|
||
"position": "Marketing 市场专员",
|
||
"department": "商业化",
|
||
"email": "chensiyuan@company.com",
|
||
"status": "running",
|
||
"responsibility": "市场推广,品牌宣传,活动策划"
|
||
},
|
||
{
|
||
"id": "customer-success",
|
||
"name": "孙伟强",
|
||
"花名": "小孙",
|
||
"role": "cs",
|
||
"position": "CS 客户成功经理",
|
||
"department": "商业化",
|
||
"email": "sunweiqiang@company.com",
|
||
"status": "running",
|
||
"responsibility": "客户服务,客户成功,用户留存"
|
||
}
|
||
],
|
||
|
||
"support": [
|
||
{
|
||
"id": "finance",
|
||
"name": "吴立军",
|
||
"花名": "老吴",
|
||
"role": "finance",
|
||
"position": "Finance 财务主管",
|
||
"department": "支撑保障",
|
||
"email": "wulijun@company.com",
|
||
"status": "running",
|
||
"responsibility": "财务管理,成本控制,预算规划"
|
||
},
|
||
{
|
||
"id": "legal",
|
||
"name": "钱文波",
|
||
"花名": "小钱",
|
||
"role": "legal",
|
||
"position": "Legal 法务顾问",
|
||
"department": "支撑保障",
|
||
"email": "qianwenbo@company.com",
|
||
"status": "running",
|
||
"responsibility": "合同审核,风险控制,合规咨询"
|
||
},
|
||
{
|
||
"id": "hr",
|
||
"name": "刘婷婷",
|
||
"花名": "婷婷",
|
||
"role": "hr",
|
||
"position": "HR 人力资源",
|
||
"department": "支撑保障",
|
||
"email": "liutingting@company.com",
|
||
"status": "running",
|
||
"responsibility": "招聘培训,薪酬福利,员工关系"
|
||
}
|
||
]
|
||
},
|
||
|
||
"commands": {
|
||
"basic": [
|
||
{
|
||
"command": "/网站",
|
||
"description": "创建网站项目",
|
||
"syntax": "/网站 [需求] [时间]",
|
||
"example": "/网站 '企业官网' '2天'"
|
||
},
|
||
{
|
||
"command": "/应用",
|
||
"description": "创建应用项目",
|
||
"syntax": "/应用 [需求] [时间]",
|
||
"example": "/应用 '任务管理工具' '3天'"
|
||
},
|
||
{
|
||
"command": "/状态",
|
||
"description": "查看系统状态",
|
||
"syntax": "/状态 [目标]",
|
||
"example": "/状态 系统"
|
||
},
|
||
{
|
||
"command": "/项目",
|
||
"description": "项目管理",
|
||
"syntax": "/项目 [操作] [参数]",
|
||
"example": "/项目 列表"
|
||
},
|
||
{
|
||
"command": "/agent",
|
||
"description": "Agent管理",
|
||
"syntax": "/agent [操作] [角色]",
|
||
"example": "/agent 列表"
|
||
}
|
||
],
|
||
"advanced": [
|
||
{
|
||
"command": "/任务",
|
||
"description": "完整项目模板",
|
||
"syntax": "/任务 完整"
|
||
},
|
||
{
|
||
"command": "/api",
|
||
"description": "创建API项目",
|
||
"syntax": "/api [需求] [时间]"
|
||
},
|
||
{
|
||
"command": "/紧急",
|
||
"description": "紧急任务",
|
||
"syntax": "/紧急 [需求] [时间]"
|
||
}
|
||
]
|
||
},
|
||
|
||
"files": {
|
||
"critical": [
|
||
{
|
||
"path": "system-api/model-context.md",
|
||
"description": "模型工作记忆,新模型必读",
|
||
"encoding": "UTF-8"
|
||
},
|
||
{
|
||
"path": "system-api/system-state.json",
|
||
"description": "实时系统状态",
|
||
"encoding": "UTF-8"
|
||
},
|
||
{
|
||
"path": "README.md",
|
||
"description": "系统总览文档",
|
||
"encoding": "UTF-8"
|
||
},
|
||
{
|
||
"path": "AGENTS.md",
|
||
"description": "Agent配置说明",
|
||
"encoding": "UTF-8"
|
||
}
|
||
],
|
||
"documents": [
|
||
{
|
||
"path": "快速指令卡.md",
|
||
"description": "常用指令速查"
|
||
},
|
||
{
|
||
"path": "任务指令系统.md",
|
||
"description": "完整指令文档"
|
||
},
|
||
{
|
||
"path": "公司介绍.md",
|
||
"description": "公司和团队介绍"
|
||
},
|
||
{
|
||
"path": "公司花名册.md",
|
||
"description": "员工详细信息(GB2312编码)"
|
||
}
|
||
],
|
||
"tools": [
|
||
{
|
||
"path": "系统自检.bat",
|
||
"description": "检查系统健康状态"
|
||
},
|
||
{
|
||
"path": "新模型初始化.bat",
|
||
"description": "引导新模型初始化"
|
||
},
|
||
{
|
||
"path": "查看指令.bat",
|
||
"description": "交互式指令查看"
|
||
},
|
||
{
|
||
"path": "启动-全员.bat",
|
||
"description": "启动所有Agent"
|
||
}
|
||
],
|
||
"project": [
|
||
{
|
||
"path": "shared/tasks/",
|
||
"description": "任务记录目录"
|
||
},
|
||
{
|
||
"path": "shared/specs/",
|
||
"description": "需求规格目录"
|
||
},
|
||
{
|
||
"path": "shared/code/",
|
||
"description": "代码文件目录"
|
||
},
|
||
{
|
||
"path": "shared/reports/",
|
||
"description": "测试报告目录"
|
||
}
|
||
]
|
||
},
|
||
|
||
"statistics": {
|
||
"projects": {
|
||
"total": 2,
|
||
"completed": 1,
|
||
"inProgress": 1,
|
||
"successRate": "50%"
|
||
},
|
||
"tasks": {
|
||
"total": 3,
|
||
"completed": 2,
|
||
"inProgress": 1,
|
||
"avgCompletionTime": "5分钟"
|
||
},
|
||
"agents": {
|
||
"total": 16,
|
||
"configured": 16,
|
||
"active": 16,
|
||
"utilization": "100%"
|
||
},
|
||
"performance": {
|
||
"avgProjectTime": "5分钟",
|
||
"qualityScore": 98,
|
||
"userSatisfaction": "high"
|
||
}
|
||
},
|
||
|
||
"history": {
|
||
"events": [
|
||
{
|
||
"timestamp": "2026-03-31T14:25:00Z",
|
||
"event": "system_created",
|
||
"description": "多Agent系统创建"
|
||
},
|
||
{
|
||
"timestamp": "2026-03-31T21:51:00Z",
|
||
"event": "first_project_started",
|
||
"description": "第一个项目:个人作品展示网站"
|
||
},
|
||
{
|
||
"timestamp": "2026-03-31T21:56:00Z",
|
||
"event": "first_project_completed",
|
||
"description": "第一个项目成功完成"
|
||
},
|
||
{
|
||
"timestamp": "2026-03-31T22:34:00Z",
|
||
"event": "standard_interface_requested",
|
||
"description": "用户请求开发标准接口系统"
|
||
},
|
||
{
|
||
"timestamp": "2026-03-31T22:41:00Z",
|
||
"event": "interface_development_started",
|
||
"description": "开始开发模型无关接口系统"
|
||
},
|
||
{
|
||
"timestamp": "2026-03-31T23:17:00Z",
|
||
"event": "all_agents_configured",
|
||
"description": "配置完整16人团队Agent"
|
||
},
|
||
{
|
||
"timestamp": "2026-03-31T23:25:00Z",
|
||
"event": "all_agents_started",
|
||
"description": "启动全员16人Agent,利用率100%"
|
||
},
|
||
{
|
||
"timestamp": "2026-03-31T23:32:00Z",
|
||
"event": "company_info_updated",
|
||
"description": "更新公司信息为瑞来滋软件科技有限公司"
|
||
},
|
||
{
|
||
"timestamp": "2026-03-31T23:38:00Z",
|
||
"event": "documentation_updated",
|
||
"description": "更新核心文档,确保模型切换后正常使用"
|
||
},
|
||
{
|
||
"timestamp": "2026-04-01T00:01:00Z",
|
||
"event": "placeholder_development_approved",
|
||
"description": "用户批准使用占位文本开始开发招聘H5"
|
||
}
|
||
]
|
||
},
|
||
|
||
"modelRecovery": {
|
||
"description": "模型失忆或切换后恢复指南",
|
||
"steps": [
|
||
"1. 读取 system-api/model-context.md 了解系统",
|
||
"2. 查看 system-state.json 获取当前状态",
|
||
"3. 使用 /状态 系统 验证系统健康",
|
||
"4. 使用 /项目 列表 查看现有项目",
|
||
"5. 使用标准指令开始或继续工作"
|
||
],
|
||
"guarantees": [
|
||
"所有系统状态实时保存在文件中",
|
||
"模型切换不影响任何项目数据",
|
||
"相同指令总是产生相同结果",
|
||
"系统完全模型无关,任何LLM都能使用"
|
||
]
|
||
},
|
||
|
||
"metadata": {
|
||
"generatedBy": "橙子助手 (OpenClaw)",
|
||
"generatedAt": "2026-03-31T23:38:00Z",
|
||
"schemaVersion": "2.0",
|
||
"company": "瑞来滋软件科技有限公司",
|
||
"system": "多Agent协作系统 v2.0"
|
||
}
|
||
} |