/** * Flow Module - Unified interface for agentic-flow and claude-flow * * @module flow */ export { FlowManager, flowManager, selectFlow, getFlowForPreset, checkCapabilities, FLOW_CAPABILITIES, TASK_PRESETS, type FlowProvider, type FlowCapabilities, type TaskRequirements } from './flow-selector.js'