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
9 lines (7 loc) • 304 B
text/typescript
/**
* Plugin Infrastructure Index
*/
export { PluginManager } from './PluginManager';
export type { PluginManagerOptions } from './PluginManager';
export { BasePlugin, type Plugin, type ExtensionPoint } from './Plugin';
export { ExtensionPointNames, type ExtensionPointName } from './ExtensionPoint';