Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
rUv edited this page Sep 18, 2025 · 19 revisions

๐ŸŒŠ Claude-Flow v2.0.0 Alpha Wiki

๐ŸŒŸ Star on GitHub ๐Ÿ“ฆ Alpha Release โšก Claude Code ๐Ÿ›๏ธ Agentics Foundation


๐ŸŒŸ Welcome to Claude-Flow

Claude-Flow v2 Alpha is an enterprise-grade AI orchestration platform that revolutionizes how developers build with AI. By combining hive-mind swarm intelligence, neural pattern recognition, and 87 advanced MCP tools, Claude-Flow enables unprecedented AI-powered development workflows.

๐ŸŽฏ Key Features

  • ๐Ÿ” NEW: Truth Verification System: Mandatory verification with 0.95 accuracy threshold
  • ๐Ÿ‘ฅ NEW: Pair Programming Mode: Real-time collaborative development with continuous validation
  • ๐Ÿง  NEW: Training Pipeline: Machine learning system that improves agent performance over time
  • ๐Ÿค– 64 Specialized AI Agents: Complete agent ecosystem across 16 categories
  • ๐Ÿ Hive-Mind Intelligence: Queen-led AI coordination with specialized worker agents
  • โœจ NEW: Intelligent Automation: MLE-STAR workflow engine with smart agent spawning
  • ๐Ÿ”— NEW: Stream-JSON Chaining: Real-time agent-to-agent output piping for seamless coordination
  • ๐Ÿง  Neural Networks: 27+ cognitive models with WASM SIMD acceleration
  • ๐Ÿ”ง 87 MCP Tools: Comprehensive toolkit for swarm orchestration, memory, and automation
  • ๐Ÿ”„ Dynamic Agent Architecture (DAA): Self-organizing agents with fault tolerance
  • ๐Ÿ’พ SQLite Memory System: Persistent .swarm/memory.db with 12 specialized tables
  • ๐Ÿช Advanced Hooks System: Automated workflows with pre/post operation hooks
  • ๐Ÿ“Š GitHub Integration: 13 specialized agents for repository management
  • ๐ŸŽ‰ NEW: GitHub-Enhanced Init: Automatic GitHub releases for all checkpoints
  • ๐Ÿ“ˆ NEW: Benchmark System: Comprehensive performance testing with swarm-bench CLI
  • โšก Performance: 84.8% SWE-Bench solve rate, 2.8-4.4x speed improvement

๐Ÿง  NEW: Neural & Goal Modules (v2.0.0-alpha.109)

Advanced AI Capabilities Now Available via NPX

Initialize powerful AI modules with a single command:

# Initialize SAFLA Neural Module - Self-learning AI systems
npx claude-flow@alpha neural init
npx claude-flow@alpha neural init --force  # Overwrite existing

# Initialize GOAP Goal Module - Intelligent planning systems  
npx claude-flow@alpha goal init
npx claude-flow@alpha goal init --force    # Overwrite existing

What You Get:

  • Neural Module: SAFLA self-aware systems with 4-tier memory, 172K+ ops/sec
  • Goal Module: GOAP planning with A* pathfinding and adaptive replanning
  • Ready-to-use agents for Claude Code (@agent-safla-neural, @agent-goal-planner)
  • Complete configuration and documentation

๐Ÿ” Truth Verification & Pair Programming

Verification-First Development

Claude-Flow now enforces "truth is enforced, not assumed" with mandatory verification:

# Initialize project with verification
npx claude-flow@alpha init --verify  # Truth verification mode
npx claude-flow@alpha init --pair    # Pair programming mode
npx claude-flow@alpha init --verify --pair  # Combined mode

# Run verification system
npx claude-flow@alpha verify init strict     # 0.95 threshold, auto-rollback
npx claude-flow@alpha verify status          # Check system status

# Run verification
npx claude-flow@alpha verify verify task-123 --agent coder
npx claude-flow@alpha truth                  # View truth scores

# Pair programming with real-time verification
npx claude-flow@alpha pair --start           # Start collaborative session

Key Verification Features:

  • โœ… 0.95 Truth Threshold: 95% accuracy required for production
  • ๐Ÿ”„ Auto-Rollback: Automatic recovery from verification failures
  • ๐Ÿ”’ Byzantine Fault Tolerance: Protection against incorrect agents
  • ๐Ÿ“Š Real-time Monitoring: Continuous validation and feedback
  • ๐Ÿค Pair Programming: Human + AI collaborative development

๐Ÿ“š Truth Verification System Documentation โ†’ ๐Ÿ“š Pair Programming System Documentation โ†’

๐Ÿค– Complete Agent System (64 Specialized Agents)

Claude-Flow Alpha.88 includes a comprehensive agent system with 64 specialized AI agents across 16 categories, providing unparalleled development capabilities:

๐Ÿ“š Agent Documentation

๐ŸŽฏ Featured Agent Categories

  • Core Development (5): coder, planner, researcher, reviewer, tester
  • Swarm Coordination (3): hierarchical, mesh, adaptive coordinators
  • Consensus Systems (7): Byzantine, Raft, Gossip, CRDT protocols
  • GitHub Integration (13): PR management, code review, release automation
  • Performance Optimization (6): monitoring, load balancing, topology optimization
  • View All 16 Categories โ†’

โšก Quick Agent Examples

# Initialize with complete agent system
npx claude-flow@alpha init

# Deploy multi-agent swarm
claude-flow swarm "Build REST API with authentication" --agents 8

# Concurrent agent deployment
Task("System architecture", "...", "system-architect")
Task("Backend development", "...", "backend-dev")
Task("Test creation", "...", "tester")

๐Ÿ“‹ CLAUDE.md Configuration Templates

Claude-Flow provides specialized CLAUDE.md templates for different project types and development patterns. These templates optimize AI coordination for specific use cases:

๐Ÿท๏ธ Category ๐Ÿ“Š Templates ๐ŸŽฏ Use Cases
๐Ÿš€ Project Types Web Dev, Mobile, API, AI/ML Full-stack apps, mobile apps, APIs, ML projects
๐Ÿงช Methodologies TDD, Agile, DDD, CI/CD Test-driven, sprint-based, domain-focused development
๐Ÿ—๏ธ Architecture Microservices, Serverless, Monolithic Distributed systems, cloud-native, traditional apps
๐Ÿ”ง Languages JavaScript, Python, TypeScript, Java Language-specific patterns and best practices
๐Ÿข Team Size Solo, Small Team, Enterprise Individual, startup, corporate development

๐Ÿ’ก Quick Start: claude-flow templates apply web-development --output CLAUDE.md

โžก๏ธ Browse All Templates - Complete collection with usage guides

๐Ÿ“š Documentation Navigation

๐Ÿค– AI Modules

  • Neural Module - SAFLA self-learning systems with persistent memory
  • Goal Module - GOAP intelligent planning with A* pathfinding

๐Ÿš€ Getting Started

๐Ÿง  Core Concepts

โšก Advanced Features

๐Ÿ“Š Performance & Benchmarking

๐Ÿ› ๏ธ Development

๐Ÿ“‹ Configuration Templates

๐Ÿค Community

  • Contributing - How to contribute to Claude-Flow
  • Examples - Real-world usage examples
  • FAQ - Frequently asked questions

๐Ÿš€ Quick Commands

# Install Claude-Flow Alpha
npm install -g claude-flow@alpha

# Standard Init (Local Git checkpoints)
claude-flow init

# GitHub-Enhanced Init (NEW! GitHub releases for checkpoints)
claude-flow github init

# Initialize Hive-Mind Swarm
claude-flow hive init --topology mesh --agents 5

# Run SPARC Development Mode
claude-flow sparc run dev "build user authentication"

# Execute with full orchestration
claude-flow orchestrate "create REST API with tests" --agents 8 --parallel

# NEW! Intelligent Automation Commands
claude-flow automation mle-star --dataset data.csv --target label --claude
claude-flow automation auto-agent --task-complexity enterprise
claude-flow automation run-workflow workflow.json --claude --non-interactive

# NEW! Stream Chaining (Agent-to-Agent Piping)
claude-flow automation mle-star --dataset data.csv --target price --claude --output-format stream-json

# NEW! Training Pipeline Commands
claude-flow train-pipeline run --complexity medium --iterations 3
claude-flow train-pipeline status    # View agent performance profiles
claude-flow train-pipeline validate  # Check current performance metrics
claude-flow verify-train feed        # Feed verification data to training
claude-flow verify-train predict default coder  # Predict task outcomes

# NEW! Benchmarking Commands
swarm-bench run "Build REST API" --strategy development --max-agents 6
swarm-bench swarm "Create auth system" --mode hierarchical --parallel
swarm-bench sparc coder "Implement feature" --timeout 60

# NEW! SWE-bench Integration (Official software engineering benchmark)
swarm-bench swe-bench official --limit 10    # Test with 10 instances
swarm-bench swe-bench multi-mode --instances 5  # Compare all modes
swarm-bench swe-bench official --lite        # Full evaluation (300 instances)

๐Ÿ”ฅ Revolutionary AI Coordination: Build faster, smarter, and more efficiently with AI-powered development orchestration

Latest Version: v2.0.0-alpha.88 | License: MIT | Node.js: 18+ Required

Clone this wiki locally