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 • 454 B
TypeScript
/**
* DAA (Decentralized Autonomous Agents) MCP Tools for CLI
*
* V2 Compatibility - DAA agent management tools
*
* ⚠️ IMPORTANT: These tools provide LOCAL STATE MANAGEMENT.
* - Agent coordination is tracked locally
* - No distributed network communication
* - Useful for workflow orchestration and state tracking
*/
import { type MCPTool } from './types.js';
export declare const daaTools: MCPTool[];
//# sourceMappingURL=daa-tools.d.ts.map