- Claude Code को 100 से अधिक specialized agents को coordinate करने की क्षमता देने वाला प्लेटफ़ॉर्म, जिसे मौजूदा Claude Flow से rebrand किया गया है
- सिर्फ
npx ruvflo init की एक लाइन से agents swarm के रूप में self-organize करते हैं, हर task से सीखते हैं, sessions के बीच memory बनाए रखते हैं, और दूसरी machines के agents के साथ secure communication शुरू करते हैं
- HNSW vector memory (AgentDB) के आधार पर brute-force की तुलना में 150x से 12,500x तेज search, और SONA self-learning pattern के साथ लगातार performance improvement
- दो installation paths उपलब्ध: Claude Code Plugin (light, zero workspace files) और CLI full install (98 agents, 60+ commands, 30 skills, MCP server, hooks, daemon)
- 32 native plugins: core orchestration, memory/RAG, intelligence, code quality, security, architecture, DevOps, और domain-specific क्षेत्रों (IoT, trading आदि) को end-to-end cover करते हैं
- swarm coordination में hierarchical, mesh, adaptive topology के साथ Raft, Byzantine, और Gossip consensus mechanisms का समर्थन
- Multi-LLM providers: Claude, GPT, Gemini, Cohere, Ollama के लिए smart routing और failover, जिससे Anthropic पर single dependency से बाहर निकला जा सके
- Agent Federation: mTLS + ed25519 आधारित zero-trust authentication, 14 प्रकार की PII detection pipeline के ज़रिए data का automatic removal, और behavior-based trust score (downgrade तुरंत लागू)
- HIPAA, SOC2, GDPR compliance modes built-in
- Web UI beta (flo.ruv.io): 6 frontier models (Qwen, Claude, Gemini, OpenAI) को support करने वाला multi-model chat, लगभग 210 MCP tools का parallel execution, और custom MCP servers जोड़ने की सुविधा
- Goal Planner UI (goal.ruv.io): natural language में goal लिखने पर GOAP A planner* state space को explore करके execution plan बनाता है, और live agent dashboard में real-time monitoring मिलती है
- intelligent task routing accuracy 89%, और 12 auto-trigger background workers (audit, optimization, test gap analysis आदि) उपलब्ध
- Cognitum.One agentic architecture पर आधारित, Rust engine द्वारा संचालित
- MIT license
अभी कोई टिप्पणी नहीं है.