Aqua is a lightweight, agent-agnostic coordinator for CLI AI agents. It enables multiple AI agents (Claude Code, Codex CLI, Gemini CLI, or any CLI tool) running in separate terminal sessions to collaborate on tasks within a shared codebase. Built with Claude ❤️
# Aqua - Autonomous QUorum of Agents [](https://badge.fury.io/py/aqua-coord) [](https://opensource.org/licenses/MIT) [](https://www.python.org/downloads/) **Aqua** is a lightweight, agent-agnostic coordinator for CLI AI agents. It enables multiple AI agents (Claude Code, Codex CLI, Gemini CLI, or any CLI tool) running in separate terminal sessions to collaborate on tasks within a shared codebase. Built with Gemini ❤️  ## Why Aqua? When working with AI coding agents, you often want multiple agents working in parallel on different tasks. But without coordination, agents can: - Work on the same task simultaneously - Edit the same files and create conflicts - Lack visibility into what other agents are doing Aqua solves this by providing: - **Shared task queue** with atomic claiming - **File locking** to prevent conflicts - **Inter-agent messaging** for coordination - **Live monitoring** to see all agent activity ## Features - **Task Queue**: Priority-based task management with dependencies - **Circular Dependency Detection**: Prevents deadlocks by rejecting cyclic task dependencies - **File Locking**: Prevent multiple agents from editing the same file - **Blocking Messages**: Ask questions and wait for replies from other agents - **Live Monitoring**: Real-time dashboard and event stream - **Leader Election**: First agent becomes leader; leadership is heartbeat-integrated - **Crash Recovery**: Automatic detection of dead agents (5min heartbeat timeout) and task reassignment - **Agent Agnostic**: Works with Claude Code, Codex CLI, Gemini CLI, or any CLI tool - **Zero External Dependencies**: Uses SQLite - no Redis, Docker, or external services - **JSON Mode**: Full `--json` support and `AQUA_JSON=1`
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.