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

15 lines 446 B
/** * V3 CLI Autopilot Command * Persistent swarm completion — keeps agents working until ALL tasks are done. * * ADR-072: Autopilot Integration */ import type { Command } from '../types.js'; export declare function autopilotCheck(): Promise<{ allowStop: boolean; reason: string; continueWith?: string; }>; export declare const autopilotCommand: Command; export default autopilotCommand; //# sourceMappingURL=autopilot.d.ts.map