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
13 lines • 463 B
TypeScript
/**
* Coordination MCP Tools for CLI
*
* V2 Compatibility - Swarm coordination and orchestration tools
*
* ⚠️ IMPORTANT: These tools provide LOCAL STATE MANAGEMENT.
* - Topology/consensus state is tracked locally
* - No actual distributed coordination
* - Useful for single-machine workflow orchestration
*/
import { type MCPTool } from './types.js';
export declare const coordinationTools: MCPTool[];
//# sourceMappingURL=coordination-tools.d.ts.map