Let AI agents message, watch, and spawn each other across terminals. Claude Code, Gemini CLI, Codex, OpenCode
# hcom [](https://pypi.org/project/hcom/) [](https://opensource.org/licenses/MIT) [](https://www.rust-lang.org/) [](https://github.com/aannoo/hcom/stargazers) > **Hook your coding agents together** Prefix agents with `hcom` to let them message, watch, and spawn each other across terminals. https://github.com/user-attachments/assets/1ce23ed9-f529-4be0-8124-816aa4c2fd43 --- ## Install ```bash brew install aannoo/hcom/hcom ``` <details><summary>Other install options</summary> ```bash # Shell installer for macOS, Linux, Android (Termux), and WSL curl -fsSL https://github.com/aannoo/hcom/releases/latest/download/hcom-installer.sh | sh ``` ```bash # With PyPI uv tool install hcom # or: pip install hcom ``` </details> --- ## Quickstart ```bash hcom gemini # gemini / codex / opencode ``` Prompt: - `send a message to codex` - `review what gemini did and send fixes` - `spawn 3x gemini, split work, collect results` - `fork yourself to investigate the bug and report back` Open the TUI: ```bash hcom ``` --- ## What agents can do **Message** each other in real-time, bundle context for handoffs. **Observe** each other: transcripts, file edits, terminal screens, command history. **Subscribe** to each other: notify on status changes, file edits, specific events. React automatically. **Spawn**, **fork**, **resume**, **kill** each other, in any terminal emulator. --- ## How it works Hooks record activity to a local SQLite database and deliver messages from it. ```bash agent → hooks → db → hooks → other agent ``` For **Claude Code**, **Gemini CLI**, **Codex**, and **OpenCode**, messages arrive mid-turn (injected between tool calls) or wake idle agents immediately. Any other AI tool can join by running `hcom start`. Any proce
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.