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
10 lines • 316 B
JavaScript
/**
* Plugins System - ADR-004 Implementation
*
* Plugin architecture for extending Claude Flow functionality.
*
* @module v3/shared/plugins
*/
// Official Plugins
export { HiveMindPlugin, createHiveMindPlugin, MaestroPlugin, createMaestroPlugin, } from './official/index.js';
//# sourceMappingURL=index.js.map