Easily switch between alternative low-cost AI models in Claude Code/Agent SDK. For those comfortable using Claude agents and commands, it lets you take what you've created and deploy fully hosted agents for real business purposes. Use Claude Code to get the agent working, then deploy it in your favorite cloud.
# 🚀 Agentic-Flow v2
> **Production-ready AI agent orchestration with 66 self-learning agents, 213 MCP tools, and autonomous multi-agent swarms.**
[](https://www.npmjs.com/package/agentic-flow)
[](https://opensource.org/licenses/MIT)
[](https://www.typescriptlang.org/)
[](https://nodejs.org/)
---
## ⚡ Quick Start (60 seconds)
```bash
# 1. Initialize your project
npx agentic-flow init
# 2. Bootstrap intelligence from your codebase
npx agentic-flow hooks pretrain
# 3. Start Claude Code with self-learning hooks
gemini
```
That's it! Your project now has:
- 🧠 **Self-learning hooks** that improve agent routing over time
- 🤖 **80+ specialized agents** (coder, tester, reviewer, architect, etc.)
- ⚡ **Background workers** triggered by keywords (ultralearn, optimize, audit)
- 📊 **213 MCP tools** for swarm coordination
### Common Commands
```bash
# Route a task to the optimal agent
npx agentic-flow hooks route "implement user authentication"
# View learning metrics
npx agentic-flow hooks metrics
# Dispatch background workers
npx agentic-flow workers dispatch "ultralearn how caching works"
# Run MCP server for Claude Code
npx agentic-flow mcp start
```
### Use in Code
```typescript
import { AgenticFlow } from 'agentic-flow';
const flow = new AgenticFlow();
await flow.initialize();
// Route task to best agent
const result = await flow.route('Fix the login bug');
console.log(`Best agent: ${result.agent} (${result.confidence}% confidence)`);
```
---
## 🎉 What's New in v2
### **SONA: Self-Optimizing Neural Architecture** 🧠
Agentic-Flow v2 now includes **SONA** (@ruvector/sona) for sub-millisecond adaptive learning:
- 🎓 **+55% Quality Improvement**: Research profile with LoRA fine-tuning
- ⚡ **<1ms LearGoogle's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.