UNPKG

claude-flow-tbowman01

Version:

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

10 lines 294 B
#!/usr/bin/env node /** * Hive Mind Status Command * * Displays comprehensive status of the Hive Mind swarm * including agents, tasks, memory, and performance metrics. */ import { Command } from 'commander'; export declare const statusCommand: Command; //# sourceMappingURL=status.d.ts.map