Назад к каталогу
claude-flow

claude-flow

Сообщество

от ruvnet

0.0
0 отзывов

Оркестрация workflow с использованием Claude AI.

Установка

# 1. Install Claude Code globally

Описание

# 🌊 Claude-Flow v2.7.0: Enterprise AI Orchestration Platform <div align="center"> [![🌟 Star on GitHub](https://img.shields.io/github/stars/ruvnet/claude-flow?style=for-the-badge&logo=github&color=gold)](https://github.com/ruvnet/claude-flow) [![📈 Downloads](https://img.shields.io/npm/dt/claude-flow?style=for-the-badge&logo=npm&color=blue&label=Downloads)](https://www.npmjs.com/package/claude-flow) [![📦 Latest Release](https://img.shields.io/npm/v/claude-flow/alpha?style=for-the-badge&logo=npm&color=green&label=v2.7.0-alpha.10)](https://www.npmjs.com/package/claude-flow) [![⚡ Claude Code](https://img.shields.io/badge/Claude%20Code-SDK%20Integrated-green?style=for-the-badge&logo=anthropic)](https://github.com/ruvnet/claude-flow) [![🏛️ Agentics Foundation](https://img.shields.io/badge/Agentics-Foundation-crimson?style=for-the-badge&logo=openai)](https://discord.com/invite/dfxmpwkG2D) [![🛡️ MIT License](https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge&logo=opensourceinitiative)](https://opensource.org/licenses/MIT) </div> ## 🌟 **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](./docs/windows-installation.md) for special instructions ⚠️ **IMPORTANT**: Claude Code must be installed first: ```bash # 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** ```bash # 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: ```bash # 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](./docs/skills-tutorial.md)** - 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) ### 🧠 **ReasoningBank Integration (agentic-flow@1.5.13)** - **Node.js Backend**: Replaced WASM with SQLite + better-sqlite3 - **Persistent Storage**: All memories saved to `.swarm/memory.db` - **Semanti

Отзывы (0)

Пока нет отзывов. Будьте первым!