UNPKG

claude-flow-tbowman01

Version:

Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)

10 lines 293 B
#!/usr/bin/env node /** * Hive Mind Task Command * * Submit tasks to the Hive Mind for collective processing * with automatic agent assignment and consensus coordination. */ import { Command } from 'commander'; export declare const taskCommand: Command; //# sourceMappingURL=task.d.ts.map