#!/bin/bash # Stop all agentmon services echo "Stopping application services..." pkill -f "go run" || true echo "Stopping infrastructure..." make down echo "All services stopped."