This is the main entry point for the Joan agent coordinator.
Routes agent coordination tasks to modular handlers for single-pass or continuous operation modes.
npx claudepluginhub pollychrome/joan-agentsThis is the main entry point for the Joan agent coordinator.
/agents:dispatch --loop # WebSocket client (recommended)
/agents:dispatch --loop --mode=yolo # Fully autonomous mode
/agents:dispatch # Single pass (testing/debugging)
This command delegates to the modular router at /agents:dispatch:router.
# Forward all arguments to the router
Skill: agents:dispatch:router with all original arguments
# Example argument forwarding:
# /agents:dispatch --loop --mode=yolo
# → /agents:dispatch:router --loop --mode=yolo
Forward the command by invoking the Skill tool with skill="agents:dispatch:router" and passing any arguments from the original invocation.