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
25 lines (22 loc) • 469 B
text/typescript
/**
* Official Plugins - ADR-004 Implementation
*
* Exports all official @claude-flow plugins.
*
* @module v3/shared/plugins/official
*/
export {
HiveMindPlugin,
createHiveMindPlugin,
type HiveMindConfig,
type CollectiveDecision,
type EmergentPattern,
} from './hive-mind-plugin.js';
export {
MaestroPlugin,
createMaestroPlugin,
type MaestroConfig,
type WorkflowStep,
type Workflow,
type OrchestrationResult,
} from './maestro-plugin.js';