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

11 lines 306 B
/** * Swarm Domain Layer - Public Exports * * @module v3/swarm/domain */ // Entities export { Agent, } from './entities/agent.js'; export { Task, } from './entities/task.js'; // Domain Services export { CoordinationService, } from './services/coordination-service.js'; //# sourceMappingURL=index.js.map