UNPKG

claude-flow

Version:

Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration

11 lines 408 B
/** * V3 CLI Hive Mind Command * Queen-led consensus-based multi-agent coordination * * Updated to support --claude flag for launching interactive Claude Code sessions * PR: Fix #955 - Implement --claude flag for hive-mind spawn command */ import type { Command } from '../types.js'; export declare const hiveMindCommand: Command; export default hiveMindCommand; //# sourceMappingURL=hive-mind.d.ts.map