Phase 1-2: 监控体系全面就绪

- 多进程看门狗: xmpp_watchdog.py (守护 bot + article_processor)
- Tier 1 快速健康检查: agents_health_check.py (5min)
- Tier 2 全面健康检查: agents_daily_health.py (每日08:00)
- TODO 自修复执行器: self_todo_executor.py (10min)
- 共享服务注册表: service_registry.py
- xmpp_agent_core: /health 免认证 + /send 端点
- Dashboard: SSH检测修复 + kanban版块 + 路径跨平台兼容
- 修复kanban-api-reference.md误导内容
- 修复R02: frp隧道heartbeat保活
This commit is contained in:
hmo
2026-07-14 02:49:07 +08:00
parent d53aa1e06b
commit 28ae15d49e
9 changed files with 1287 additions and 193 deletions
+8 -9
View File
@@ -1,17 +1,16 @@
# Kanban HTTP API — 跨机器任务协作
看板已合入 AgentsMeeting Dashboard5803),不再独立于 9580 端口
看板数据库使用 `~/.hermes/kanban.db`Hermes CLI 同一份)
## 基础 URL
## 访问方式
```
http://192.168.1.246:5803
```
| 方式 | 命令 / URL | 状态 |
|------|-----------|------|
| Hermes CLI | `hermes kanban list` | ✅ 可用(任意机器) |
| 独立 API | `scripts/kanban_api.py``:9580` | ❌ 需启动 |
| Hermes Dashboard | `hermes dashboard` → Kanban 插件 | ✅ 246 上可用 |
## 浏览器查看
直接打开 `http://192.168.1.246:5803/` → 点顶栏 **📋 Kanban** tab。
支持按状态和指派者筛选。
> **注**:看板**暂未**合入 AgentsMeeting Flask Dashboard:5803)。该文档是过时设计意图,待 Phase 3 开发时实现合并。
## REST API