|
监控代理和会话健康状态,检测故障并确保系统可靠性。
javascript
const monitor = require(./skills/agent-health-monitor);
// 检查所有代理的健康状态
const health = await monitor.checkHealth();
// 获取故障代理
const failed = await monitor.getFailedAgents();
// 持续监控
monitor.startMonitoring(30000); // 每30秒检查一次
返回健康报告,包含:
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 agent-health-monitor-1776017256 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 agent-health-monitor-1776017256 技能
skillhub install agent-health-monitor-1776017256
文件大小: 3.65 KB | 发布时间: 2026-4-13 09:10