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 • 453 B
JavaScript
/**
* Swarm Application Layer - Public Exports
*
* @module v3/swarm/application
*/
// Commands
export { SpawnAgentCommandHandler, TerminateAgentCommandHandler, } from './commands/spawn-agent.command.js';
export { CreateTaskCommandHandler, CancelTaskCommandHandler, } from './commands/create-task.command.js';
// Application Service
export { SwarmApplicationService, } from './services/swarm-application-service.js';
//# sourceMappingURL=index.js.map