Swarm Coordination (+1)
Swarm Coordination
topology: "star", // Central coordinator with peripheral agents
maxAgents: 3,
strategy: "adaptive"
})
Memory Management
// Store issue state
action: "store",
key: "issue/54/state",
namespace: "issues",
value: JSON.stringify({
status: "in-progress",
assignees: ["user1"],
labels: ["bug", "high-priority"],
lastUpdate: Date.now()
*See sub-skills for full details.*