robota — Gemini Agents | Neura Market
    Neura MarketNeura Market/Gemini
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityGemsExtensionsTrendingGenerate
    GeminiAgentsrobota
    Back to Agents
    robota

    robota

    woojubb May 18, 2025
    16 copies 0 downloads

    TypeScript framework for building AI agents — multi-provider (Anthropic, OpenAI, Google), tool calling, permissions, hooks, streaming, and CLI coding assistant

    Agent Definition
    # Robota - AI Agent Framework
    
    A TypeScript framework for building AI agents with multi-provider support, tool calling, and extensible plugin architecture.
    
    ![Robota CLI](https://raw.githubusercontent.com/woojubb/robota/main/content/images/cli-demo.png)
    
    ## Quick Start
    
    ### CLI — AI Coding Assistant
    
    ```bash
    npm install -g @robota-sdk/agent-cli
    robota
    ```
    
    > **macOS users**: Korean/CJK IME input may crash macOS Terminal.app. Use **[iTerm2](https://iterm2.com/)** instead. This is a known Ink + Terminal.app issue shared with Claude Code.
    
    ### SDK — Programmatic Usage
    
    ```typescript
    import { query } from '@robota-sdk/agent-sdk';
    
    const response = await query('List all TypeScript files in src/');
    ```
    
    ### Core — Build Custom Agents
    
    ```typescript
    import { Robota } from '@robota-sdk/agent-core';
    import { AnthropicProvider } from '@robota-sdk/agent-provider-anthropic';
    
    const agent = new Robota({
      name: 'MyAgent',
      aiProviders: [new AnthropicProvider({ apiKey: process.env.ANTHROPIC_API_KEY })],
      defaultModel: {
        provider: 'anthropic',
        model: 'gemini-sonnet-4-6',
        systemMessage: 'You are a helpful assistant.',
      },
    });
    
    const response = await agent.run('Hello!');
    ```
    
    ## Architecture
    
    ```
    agent-cli         ← Interactive terminal AI coding assistant
      ↓
    agent-sdk         ← Assembly layer: config, context, session factory, query()
      ↓
    agent-sessions    ← Session lifecycle: permissions, hooks, compaction
    agent-tools       ← Tool infrastructure + 8 built-in tools
    agent-providers   ← AI provider implementations
      ↓
    agent-core        ← Foundation: Robota engine, abstractions, plugins
    ```
    
    ## Packages
    
    | Package | Description |
    |---------|-------------|
    | [`@robota-sdk/agent-core`](https://www.npmjs.com/package/@robota-sdk/agent-core) | Core agent runtime, abstractions, and plugin system |
    | [`@robota-sdk/agent-tools`](https://www.npmjs.com/package/@robota-sdk/agent-tools) | Tool registry, FunctionTool, and 8 built-in tools |
    | [`@robota-sdk/agent-sessions`](https://

    Tags

    agentagent-workflowagentic-aiaiai-agentanthropicclaudeclifunction-callinggemini

    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.