Files
microdao-daarion/scripts/stop-phase4.sh
Apple fca48b3eb0 feat(node2): Complete NODE2 setup - guardian, agents, swapper models
- Node-guardian running on MacBook and updating metrics
- NODE2 agents (Atlas, Greeter, Oracle, Builder Bot) assigned to node-2-macbook-m4max
- Swapper models displaying correctly (8 models)
- DAGI Router agents showing with correct status (3 active, 1 stale)
- Router health check using node_cache for remote nodes
2025-12-02 07:07:58 -08:00

16 lines
188 B
Bash
Executable File

#!/bin/bash
# Stop DAARION Phase 4 Services
echo "🛑 Stopping DAARION Phase 4 services..."
docker-compose -f docker-compose.phase4.yml down
echo "✅ Phase 4 services stopped"