agentic-flow — Gemini Agents | Neura Market
    Neura MarketNeura Market/Gemini
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityGemsExtensionsTrendingGenerate
    GeminiAgentsagentic-flow
    Back to Agents
    agentic-flow

    agentic-flow

    ruvnet September 2, 2024
    614 copies 0 downloads

    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.

    Agent Definition
    # 🚀 Agentic-Flow v2
    
    > **Production-ready AI agent orchestration with 66 self-learning agents, 213 MCP tools, and autonomous multi-agent swarms.**
    
    [![npm version](https://badge.fury.io/js/agentic-flow.svg)](https://www.npmjs.com/package/agentic-flow)
    [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
    [![TypeScript](https://img.shields.io/badge/TypeScript-5.9-blue.svg)](https://www.typescriptlang.org/)
    [![Node.js](https://img.shields.io/badge/Node.js-18%2B-green.svg)](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 Lear

    Tags

    agentsclaudeclaude-agent-sdkclaude-codegeminiopenrouterswarm-intelligence

    Comments

    More Agents

    View all
    research

    NotebookLM

    Google'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.

    G
    Google
    browser

    Project Mariner (Browser Agent)

    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.

    G
    Google DeepMind
    multimodal

    Project Astra (Multimodal Agent)

    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.

    G
    Google DeepMind
    enterprise

    Gemini Enterprise Agent Platform

    Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.

    G
    Google Cloud
    research

    Gemini Deep Research Agent

    Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.

    G
    Google
    canvas

    Gemini Canvas Agent

    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.

    G
    Google

    Stay up to date

    Get the latest Gemini prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Gemini and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.