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

7 lines (5 loc) 159 B
/** * Task Execution Application Index */ export { WorkflowEngine } from './WorkflowEngine'; export type { WorkflowEngineOptions } from './WorkflowEngine';