You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.8 KiB
1.8 KiB
Agent Registry - Agent 注册表
所有 Agent 的中央登记处 — 状态、配置、依赖关系
最后更新: 2026-02-23 13:20 UTC
管理员: Eason (陈医生) 👨⚕️
🏥 主 Agent
| 名称 | 角色 | 状态 | 部署日期 | 备注 |
|---|---|---|---|---|
| Eason | 架构师/管理员 | ✅ 运行中 | 2026-02-23 | 统一管理所有 Agent |
📋 待部署 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)
监控系统
- 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