9 lines
177 B
Bash
9 lines
177 B
Bash
#!/bin/bash
|
|
# Swarm Orchestration - Monitor Script
|
|
# Real-time swarm monitoring
|
|
|
|
set -e
|
|
|
|
echo "Starting swarm monitor..."
|
|
npx @claude-flow/cli swarm status --watch --interval 5
|