What problem does it solve?
Consolidates two parallel agent frameworks to remove large-scale code duplication, reduce maintenance overhead, and achieve performance and feature parity by making claude-flow a specialized extension of agentic-flow@alpha.
Core Features & Use Cases
- Adapter-layer migration: Design an agentic-flow@alpha adapter to handle claude-flow tasks and provide backward compatibility.
- Feature integrations: Integrate SONA learning modes, Flash Attention, AgentDB (HNSW indexing), MCP tools, and hook types to match or exceed current functionality.
- Phased migration & cleanup: Support dual operation, phased feature migration, and removal of deprecated modules to achieve major code reduction and performance gains.
- Use Case: Migrate an existing TypeScript-based multi-agent system from a duplicated claude-flow implementation into a single agentic-flow extension to reduce lines of code, improve attention performance, and enable cross-agent memory search.
Quick Start
Start by designing an agentic-flow@alpha adapter layer that maps claude-flow components to agentic-flow equivalents while preserving backward compatibility and planning staged migration phases.