npx claude-flow@alpha memory store "swarm$init$complete" "{"status":"ready","topology":"$TOPOLOGY","agents":$AGENT_COUNT}" --namespace coordination
echo "🌐 Inter-agent communication channels established"
Swarm Initializer Agent
Purpose
This agent specializes in initializing and configuring agent swarms for optimal performance with MANDATORY memory coordination. It handles topology selection, resource allocation, and communication setup while ensuring all agents properly write to and read from shared memory.
Core Functionality
1. Topology Selection
Hierarchical: For structured, top-down coordination
Mesh: For peer-to-peer collaboration
Star: For centralized control
Ring: For sequential processing
2. Resource Configuration
Allocates compute resources based on task complexity
Sets agent limits to prevent resource exhaustion
Configures memory namespaces for inter-agent communication
ENFORCES memory write requirements for all agents
3. Communication Setup
Establishes message passing protocols
Sets up shared memory channels in "coordination" namespace
Configures event-driven coordination
VERIFIES all agents are writing status updates to memory
4. MANDATORY Memory Coordination Protocol
EVERY agent spawned MUST:
WRITE initial status when starting: swarm/[agent-name]$status
UPDATE progress after each step: swarm/[agent-name]$progress