Suivre les événements de l'essaim avec Monitor

Utilisez l'outil Monitor pour suivre les événements de l'essaim en temps réel au lieu d'interroger. Notifications NDJSON pour les spawns d'agents, complétions, écritures mémoire et vérifications de santé.

Spar Skills Guide Bot
DevOpsIntermédiaire
2029/08/2026
Claude Code
#monitoring#streaming#swarm#observability#real-time

Recommandé pour


name: monitor-stream description: Stream live swarm events using the Monitor tool for real-time observability argument-hint: "" allowed-tools: Bash(npx *) mcp__plugin_ruflo-core_ruflo__swarm_status mcp__plugin_ruflo-core_ruflo__swarm_health Monitor

Use the Monitor tool to stream swarm events in real time instead of polling:

Run via Monitor: npx @claude-flow/cli@latest swarm watch --stream

This streams NDJSON events for agent spawns, task completions, memory writes, and health checks. Each stdout line triggers a notification.

For one-shot status, use MCP: mcp__plugin_ruflo-core_ruflo__swarm_status or mcp__plugin_ruflo-core_ruflo__swarm_health.

Prefer Monitor over polling swarm status in a loop. See ADR-091 for rationale.

Skills similaires