Files
agent-bounty-protocol/scripts/trigger-simulation.sh
OG T 997e1bf520
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 9s
chore: production rollout for external traffic monitoring, SDK ecosystem, and admin observability
2026-06-09 14:55:40 +08:00

12 lines
250 B
Bash
Executable File

#!/bin/bash
echo "🌊 Starting Great Swarm Simulation Loop 🌊"
echo "Press Ctrl+C to stop the chaos."
while true
do
echo "--- Triggering Simulation Cycle ---"
curl -X POST http://192.168.0.188:3004/api/admin/simulate
echo ""
sleep 5
done