What problem does it solve?
V3 Deep Integration resolves severe code duplication and parallel re-implementation drift by restructuring claude-flow into a dedicated extension layer over agentic-flow@alpha, improving maintainability while preserving feature parity and performance targets.
Core Features & Use Cases
- Adapter-layer deep integration: Implements an adapter layer (e.g., ClaudeFlowAgent) to route tasks into agentic-flow@alpha execution while retaining backward compatibility for legacy interfaces.
- Feature parity with targeted subsystems: Integrates SONA learning modes, Flash Attention optimization, AgentDB cross-agent memory coordination, and MCP tool + hook registration to ensure the same capabilities without redundant code paths.
- Phased migration and cleanup: Executes phase-based migration (adapter, system migration, then cleanup) to progressively replace SwarmCoordinator, AgentManager, and TaskScheduler with agentic-flow components and remove deprecated duplicated modules.
Quick Start
Use the V3 Deep Integration skill to design the agentic-flow@alpha adapter layer first, then migrate SONA, Flash Attention, AgentDB, and MCP tools in feature-by-feature phases until code duplication drops below the target threshold.