skills/skills.volces.com/agent-health-monitor

agent-health-monitor

Installation
SKILL.md

Agent Health Monitor

Monitors agent and session health to detect failures and ensure system reliability.

Usage

const monitor = require('./skills/agent-health-monitor');

// Check all agents health
const health = await monitor.checkHealth();

// Get failed agents
const failed = await monitor.getFailedAgents();

// Monitor continuously
monitor.startMonitoring(30000); // Check every 30s
Installs
2
First Seen
Apr 6, 2026
agent-health-monitor from skills.volces.com