🌊 Claude-Flow v2.7.0: Enterprise AI Orchestration Platform
🌟 Overview
Claude-Flow v2.7 is an enterprise-grade AI orchestration platform that combines hive-mind swarm intelligence, persistent memory, and 100+ advanced MCP tools to revolutionize AI-powered development workflows.
🎯 Key Features
- 🎨 25 Claude Skills: Natural language-activated skills for development, GitHub, memory, and automation
- 🚀 AgentDB v1.3.9 Integration: 96x-164x faster vector search with semantic understanding (PR #830)
- 🧠 Hybrid Memory System: AgentDB + ReasoningBank with automatic fallback
- 🔍 Semantic Vector Search: HNSW indexing (O(log n)) + 9 RL algorithms
- 🐝 Hive-Mind Intelligence: Queen-led AI coordination with specialized worker agents
- 🔧 100 MCP Tools: Comprehensive toolkit for swarm orchestration and automation
- 🔄 Dynamic Agent Architecture (DAA): Self-organizing agents with fault tolerance
- 💾 Persistent Memory: 150x faster search, 4-32x memory reduction (quantization)
- 🪝 Advanced Hooks System: Automated workflows with pre/post operation hooks
- 📊 GitHub Integration: 6 specialized modes for repository management
- 🌐 Flow Nexus Cloud: E2B sandboxes, AI swarms, challenges, and marketplace
🔥 Revolutionary AI Coordination: Build faster, smarter, and more efficiently with AI-powered development orchestration
🆕 NEW: AgentDB Integration: 96x-164x performance boost with semantic vector search, reflexion memory, and skill library auto-consolidation
⚡ Quick Start
📋 Prerequisites
- Node.js 18+ (LTS recommended)
- npm 9+ or equivalent package manager
- Windows users: See Windows Installation Guide for special instructions
⚠️ IMPORTANT: Claude Code must be installed first:
# 1. Install Claude Code globally
npm install -g @anthropic-ai/claude-code
# 2. (Optional) Skip permissions check for faster setup
claude --dangerously-skip-permissions
🚀 Install Latest Alpha
# NPX (recommended - always latest)
npx claude-flow@alpha init --force
npx claude-flow@alpha --help
# Or install globally
npm install -g claude-flow@alpha
claude-flow --version
# v2.7.0-alpha.10
🎨 Skills System
Claude-Flow includes 25 specialized skills that activate automatically via natural language - no commands to memorize:
# Just describe what you want - skills activate automatically
"Let's pair program on this feature" → pair-programming skill
"Review this PR for security issues" → github-code-review skill
"Use vector search to find similar code" → agentdb-vector-search skill
"Create a swarm to build this API" → swarm-orchestration skill
Skill Categories:
- Development & Methodology (3) - SPARC, pair programming, skill builder
- Intelligence & Memory (6) - AgentDB integration with 150x-12,500x performance
- Swarm Coordination (3) - Multi-agent orchestration and hive-mind
- GitHub Integration (5) - PR review, workflows, releases, multi-repo
- Automation & Quality (4) - Hooks, verification, performance analysis
- Flow Nexus Platform (3) - Cloud sandboxes and neural training
📚 Complete Skills Tutorial - Full guide with usage examples
🆕 What's New in v2.7.0-alpha.10
✅ Semantic Search Fixed
Critical bug fix for semantic search returning 0 results:
- ✅ Fixed stale compiled code (dist-cjs/ now uses Node.js backend)
- ✅ Fixed result mapping for
retrieveMemories() flat structure
- ✅ Fixed parameter mismatch (namespace vs domain)
- ✅ 2-3ms query latency with hash embeddings
- ✅ Works without API keys (deterministic 1024-dim embeddings)