JSPM

  • Created
  • Published
  • Downloads 19912
  • Score
    100M100P100Q157038F
  • License MIT

Ruflo - Enterprise AI agent orchestration platform. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration

Package Exports

  • ruflo
  • ruflo/bin/ruflo.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ruflo) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Ruflo

Enterprise AI agent orchestration platform. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration.

Ruflo is the new name for claude-flow. Both packages are fully supported.

Install

# Quick start
npx ruflo@latest init --wizard

# Global install
npm install -g ruflo

# Add as MCP server
claude mcp add ruflo -- npx -y ruflo@latest mcp start

Usage

ruflo init --wizard          # Initialize project
ruflo agent spawn -t coder   # Spawn an agent
ruflo swarm init             # Start a swarm
ruflo memory search -q "..."  # Search vector memory
ruflo doctor                 # System diagnostics

Relationship to claude-flow

Package npm CLI Command
ruflo npmjs.com/package/ruflo ruflo
claude-flow npmjs.com/package/claude-flow claude-flow

Both packages use @claude-flow/cli under the hood. Choose whichever you prefer.

Documentation

Full documentation: github.com/ruvnet/claude-flow

License

MIT