Meerkat - A modular, high-performance agent harness built in Rust.
<p align="center"> <img src=".github/meerkat-logo.png" alt="Meerkat" width="280"> </p> <h1 align="center">Meerkat</h1> <p align="center"> <strong>A modular, high-performance agent harness built in Rust.</strong> </p> <p align="center"> <a href="#quick-start">Quick Start</a> • <a href="#capabilities">Capabilities</a> • <a href="#surfaces">Surfaces</a> • <a href="#examples">Examples</a> • <a href="https://docs.rkat.ai">Docs</a> </p> <p align="center"> <img src="https://img.shields.io/badge/Rust-1.94+-orange?logo=rust" alt="Rust 1.89+"> <img src="https://img.shields.io/badge/License-MIT%2FApache--2.0-blue" alt="License"> </p> --- ## Why Meerkat? Meerkat is a **library-first, modular agent harness** -- composable Rust crates that handle the hard parts of building agentic systems: state machines, retries, budgets, streaming, tool execution, MCP integration, and multi-agent coordination. It is designed to be **stable** (deterministic state machine, typed errors, compile-time guarantees) and **fast** (<10ms cold start, ~20MB memory, single 5MB binary). The library comes first; surfaces come second. The CLI, REST API, JSON-RPC server, MCP server, Python SDK, and TypeScript SDK are all thin layers over the same engine. Pick the entry point that fits your architecture. ### How it compares | | Meerkat | Claude Code / Codex CLI / Gemini CLI | |---|---|---| | **Design** | Library-first -- embed in your service | CLI-first -- interactive terminal tool | | **Providers** | Anthropic, OpenAI, Gemini + self-hosted (Ollama, vLLM, LM Studio) | Single provider | | **Modularity** | Opt-in subsystems, from bare agent loop to full harness | All-or-nothing | | **Surfaces** | CLI, REST, JSON-RPC, MCP server, Rust/Python/TS SDKs | CLI + SDK | | **Agent infra** | Hooks, skills, semantic memory across sessions | File-based context | | **Multi-agent** | Sub-agents, peer-to-peer comms, mob orchestration | Single agent | | **Portable deployment** | Si
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.
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.