/** * 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