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

12 lines 377 B
/** * Autopilot MCP Tools * * 10 MCP tools for persistent swarm completion management. * Allows programmatic control of the autopilot loop via MCP. * * ADR-072: Autopilot Integration * @module @claude-flow/cli/mcp-tools/autopilot */ import type { MCPTool } from './types.js'; export declare const autopilotTools: MCPTool[]; //# sourceMappingURL=autopilot-tools.d.ts.map