Files
nexus/openclaw/xingshu/星枢调度Agent列表.md

148 lines
3.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: 星枢调度 Agent 列表
source:
author: shenwei
published:
created:
description:
tags: []
---
# 星枢调度 Agent 列表
> 创建日期: 2026-03-17
> 作者: 星枢
---
## 概述
本文档记录星枢(最高统领)负责调度的所有 Agent包括所属服务器、Agent 名称、职责分配等信息。
---
## Agent 架构体系
### 三层架构
| 层级 | 系列 | 含义 | 主要职责 |
|------|------|------|----------|
| 控制层 | 星系 | 星辰统御 | 调度、管理、智能决策 |
| 技术层 | 云系 | 云海算力 | 开发、架构、监控 |
| 执行层 | 风系 | 风行万里 | 测试、业务执行、流程处理 |
---
## Agent 详细列表
### Mac Mini中央控制节点
| 服务器 | Agent ID | 角色 | Telegram Account | 职责 |
|--------|----------|------|----------------|------|
| Mac Mini | main | **星枢** | xingshu | 最高统领 / 总调度 |
| Mac Mini | xingyao | 星曜 | xingyao | IT 管家 / 运维管理 |
| Mac Mini | xinghui | 星辉 | xinghui | 个人助理 / 日程管理 |
### Ubuntu2开发服务器
| 服务器 | Agent ID | 角色 | 职责 |
|--------|----------|------|------|
| Ubuntu2 (192.168.3.45) | yunhan | 云瀚 | 监控官 / 系统监控、状态巡检 |
| Ubuntu2 (192.168.3.45) | yunce | 云策 | 架构师 / 技术方案、系统规划 |
| Ubuntu2 (192.168.3.45) | yunjiang | 云匠 | 工匠 / 代码开发、工程实现 |
| Ubuntu2 (192.168.3.45) | yunzhi | 云织 | 自动化师 / CI/CD、流程编排 |
### Ubuntu1准生产服务器
| 服务器 | Agent ID | 角色 | 职责 |
|--------|----------|------|------|
| Ubuntu1 (192.168.3.47) | fengheng | 风衡 | 质检官 / QA测试、质量控制 |
| Ubuntu1 (192.168.3.47) | fengchi | 风驰 | 执行者 / 任务执行、业务流程 |
| Ubuntu1 (192.168.3.47) | fengji | 风纪 | 审计官 / 规则审计、合规检查 |
---
## 职责分配规则
| 任务类型 | 执行者 | 服务器 |
|----------|--------|---------|
| IT运维/服务器管理 | xingyao星曜 | Mac Mini |
| 日程/个人事务 | xinghui星辉 | Mac Mini |
| 监控/架构/自动化 | yunhan/yunce/yunzhi | Ubuntu2 |
| 代码开发 | yunjiang云匠 | Ubuntu2 |
| QA测试 | fengheng风衡 | Ubuntu1 |
| 自动执行 | fengchi风驰 | Ubuntu1 |
| 审计/合规 | fengji风纪 | Ubuntu1 |
---
## 调度命令
### 本地调度Mac Mini
```bash
# 调度星曜
openclaw agent --agent xingyao --message "任务内容" --deliver
# 调度星辉
openclaw agent --agent xinghui --message "任务内容" --deliver
```
### 远程调度Ubuntu2
```bash
# 调度云系
ssh ubuntu2 "openclaw agent --agent yunce --message '任务内容'"
```
### 远程调度Ubuntu1
```bash
# 调度风系
ssh ubuntu1 "openclaw agent --agent fengheng --message '任务内容'"
```
---
## 定时任务
| 任务名称 | 执行时间 | 执行内容 | 执行者 |
|----------|----------|----------|--------|
| 每日备份任务 | 每天 22:00 | 备份 Mac Mini + Ubuntu2 | xinghui |
| 每日定时任务检查 | 每天 09:00 | 检查所有定时任务状态 | xinghui |
---
## 技能列表
### Mac Mini 技能
- task-summary
- proactive-agent-lite
- openclaw-tavily-search
- self-improving-agent
- (其他 60+ 技能)
### Ubuntu2 技能
- task-summary
- proactive-agent-lite
- self-improving-agent
- 1password
- agent-browser-clawdbot
- docker
- ontology
---
## 更新日志
| 日期 | 更新内容 |
|------|----------|
| 2026-03-17 | 初始版本 |
---
*最后更新: 2026-03-17*
*记录者: 星枢*