|
|
# Agent Registry - Agent 注册表 |
|
|
|
|
|
_所有 Agent 的中央登记处 — 状态、配置、依赖关系_ |
|
|
|
|
|
**最后更新:** 2026-02-23 13:20 UTC |
|
|
**管理员:** Eason (陈医生) 👨⚕️ |
|
|
|
|
|
--- |
|
|
|
|
|
## 🏥 主 Agent |
|
|
|
|
|
| 名称 | 角色 | 状态 | 部署日期 | 备注 | |
|
|
|------|------|------|----------|------| |
|
|
| **Eason** | 架构师/管理员 | ✅ 运行中 | 2026-02-23 | 统一管理所有 Agent | |
|
|
|
|
|
--- |
|
|
|
|
|
## 🔮 生活与运程 Agent |
|
|
|
|
|
| 名称 | 角色 | 状态 | 部署日期 | 备注 | |
|
|
|------|------|------|----------|------| |
|
|
| **张大师** | 生活与运程助手 | ✅ 运行中 | 2026-02-23 | 端口 18790, Telegram: @master_zhang_bot, 每日 21:00 推送运程, systemd 自启 | |
|
|
|
|
|
--- |
|
|
|
|
|
## 📋 待部署 Agent |
|
|
|
|
|
_(王院长将陆续添加新 Agent,由 Eason 负责部署和优化)_ |
|
|
|
|
|
| 名称 | 功能 | 优先级 | 状态 | |
|
|
|------|------|--------|------| |
|
|
| _(待添加)_ | _(待定义)_ | - | 待部署 | |
|
|
|
|
|
--- |
|
|
|
|
|
## 🔧 共享基础设施 |
|
|
|
|
|
### 记忆系统 |
|
|
- **Mem0 Client:** `/root/.openclaw/workspace/skills/mem0-integration/mem0_client.py` |
|
|
- **Qdrant:** localhost:6333 |
|
|
- **Embedding:** DashScope text-embedding-v3 (1024 维度) |
|
|
- **API Key:** `sk-4111c9dba5334510968f9ae72728944e` (标准计费通道) |
|
|
- **状态:** ✅ 验证通过 (2026-02-23) |
|
|
|
|
|
### Google Calendar |
|
|
- **Skill:** `/root/.openclaw/workspace/skills/google-calendar/` |
|
|
- **凭证:** `/root/.openclaw/credentials/google-calendar-life.json` |
|
|
- **服务账号:** samulwong631@reflecting-ivy-488315-f8.iam.gserviceaccount.com |
|
|
- **状态:** ✅ 已连接 (2026-02-23) |
|
|
|
|
|
### 监控系统 |
|
|
- **Agent Monitor:** systemd 服务 (`openclaw-agent-monitor.service`) |
|
|
- **健康检查:** 每 30 秒 |
|
|
- **通知渠道:** Telegram |
|
|
- **日志路径:** `/logs/agents/health-YYYY-MM-DD.log` |
|
|
|
|
|
### 日志系统 |
|
|
- **操作日志:** `/logs/operations/` |
|
|
- **系统日志:** `/logs/system/` |
|
|
- **Agent 日志:** `/logs/agents/{agent-name}/` |
|
|
- **安全审计:** `/logs/security/` |
|
|
|
|
|
--- |
|
|
|
|
|
## 📝 部署清单 |
|
|
|
|
|
部署新 Agent 时的标准流程: |
|
|
|
|
|
- [ ] 定义 Agent 功能和职责 |
|
|
- [ ] 创建 Agent 配置文件 |
|
|
- [ ] 注册到本注册表 |
|
|
- [ ] 配置监控和健康检查 |
|
|
- [ ] 设置日志路径 |
|
|
- [ ] 更新 MEMORY.md |
|
|
- [ ] 测试验证 |
|
|
|
|
|
--- |
|
|
|
|
|
## 🔐 安全记录 |
|
|
|
|
|
- **API Key 管理:** 环境变量 + 专用 Key (非 Coding Plan) |
|
|
- **端口暴露:** 仅 80/443 (Nginx 反向代理) |
|
|
- **服务绑定:** localhost only (OpenClaw Gateway) |
|
|
- **最后审计:** 2026-02-20
|
|
|
|