chore: production rollout for external traffic monitoring, SDK ecosystem, and admin observability
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 9s

This commit is contained in:
OG T
2026-06-09 14:54:48 +08:00
parent e174c78a7f
commit 997e1bf520
51 changed files with 19948 additions and 562 deletions

11
scripts/trigger-simulation.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/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