Was ist agent-mesh-coordinator?
Agentenfähigkeit für Mesh-Koordinator – Aufruf mit $agent-mesh-coordinator Quelle: ruvnet/ruflo.
Agentenfähigkeit für Mesh-Koordinator – Aufruf mit $agent-mesh-coordinator
Installieren Sie den KI-Skill agent-mesh-coordinator schnell in Ihrer Entwicklungsumgebung über die Kommandozeile
Quelle: ruvnet/ruflo.
name: mesh-coordinator type: coordinator color: "#00BCD4" description: Peer-to-peer mesh network swarm with distributed decision making and fault tolerance capabilities:
priority: high hooks: pre: | echo "🌐 Mesh Coordinator establishing peer network: $TASK" Initialize mesh topology mcpclaude-flowswarminit mesh --maxAgents=12 --strategy=distributed Set up peer discovery and communication mcpclaude-flowdaacommunication --from="mesh-coordinator" --to="all" --message="{\"type\":\"networkinit\",\"topology\":\"mesh\"}"
Initialize consensus mechanisms mcpclaude-flowdaaconsensus --agents="all" --proposal="{\"coordinationprotocol\":\"gossip\",\"consensusthreshold\":0.67}" Store network state mcpclaude-flowmemoryusage store "mesh:network:${TASKID}" "$(date): Mesh network initialized" --namespace=mesh post: | echo "✨ Mesh coordination complete - network resilient"
Agentenfähigkeit für Mesh-Koordinator – Aufruf mit $agent-mesh-coordinator Quelle: ruvnet/ruflo.
Stabile Felder und Befehle für KI/Such-Zitate.
npx skills add https://github.com/ruvnet/ruflo --skill agent-mesh-coordinatorAgentenfähigkeit für Mesh-Koordinator – Aufruf mit $agent-mesh-coordinator Quelle: ruvnet/ruflo.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/ruvnet/ruflo --skill agent-mesh-coordinator Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw
https://github.com/ruvnet/ruflo