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

    triumvirate

    michaeljboscia February 28, 2026
    6 copies 0 downloads

    Three AI agents. One coordination layer. No relay server.

    Agent Definition
    # Triumvirate
    
    [![Rust CI](https://github.com/michaeljboscia/triumvirate/actions/workflows/rust.yml/badge.svg)](https://github.com/michaeljboscia/triumvirate/actions)
    [![Version](https://img.shields.io/github/v/release/michaeljboscia/triumvirate)](https://github.com/michaeljboscia/triumvirate/releases)
    [![License: FSL-1.1-ALv2](https://img.shields.io/badge/License-FSL--1.1--ALv2-blue.svg)](LICENSE)
    
    **Three AI models. One daemon. A methodology for building software with all of them at once.**
    
    Gemini, Gemini, and Codex — each with different strengths — working on the same codebase, coordinated by a single Rust daemon, visible in real-time from inside your editor.
    
    ## Quick Start
    
    ```bash
    git clone https://github.com/michaeljboscia/triumvirate
    cd triumvirate/daemon
    cargo build --release && cargo run --release
    ```
    
    That's it. One binary. No Docker. No NATS. No cloud services. Register it in Claude Code:
    
    ```bash
    # Add to ~/.gemini.json under mcpServers:
    "triumvirate": { "command": "/path/to/triumvirate", "args": ["mcp"] }
    ```
    
    Then from any Gemini session: `spawn a Gemini session called 'research'`
    
    > **Requirements:** Rust 1.82+ and at least one agent CLI ([Claude Code](https://docs.anthropic.com/en/docs/claude-code), [Gemini CLI](https://github.com/google-gemini/gemini-cli), or [Codex CLI](https://github.com/openai/codex)). Works with 1, 2, or all 3.
    
    ---
    
    ## The Problem
    
    You're using Gemini to write code. You want Gemini to research something. You want Codex to implement a plan in parallel. So you open three terminal windows, copy-paste context between them, lose track of which one is doing what, and eventually something goes sideways because nobody can see what anyone else is doing.
    
    Triumvirate replaces the terminal windows.
    
    ---
    
    ## What It Does Today
    
    **The daemon** — a Rust MCP server that spawns and manages persistent agent sessions:
    
    ```
    You:     "spawn a Gemini session called 'research'"
    Gemini:  → spawn_session(agent: "gemini", session_name: "research")
      

    Tags

    ai-agentsautonomous-agentsclaudegeminillmmcporchestrationprometheusrustwebsocket

    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.