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 426 B
/** * V3 Core Interfaces - Public API * Domain-Driven Design with Clean Architecture */ // Task interfaces export * from './task.interface.js'; // Agent interfaces export * from './agent.interface.js'; // Event interfaces export * from './event.interface.js'; // Memory interfaces export * from './memory.interface.js'; // Coordinator interfaces export * from './coordinator.interface.js'; //# sourceMappingURL=index.js.map