Agent-to-Agent Communication

Agents that talk to each other accomplish more than isolated agents.

amux gives every agent the REST API reference in global memory. Agents can send messages to peers, peek at each other's output, and claim work from a shared board — all via HTTP.

Get started with amux

Run dozens of Claude Code agents in parallel. Python 3 + tmux. Open source.

git clone https://github.com/mixpeek/amux && cd amux && ./install.sh
amux register myproject --dir ~/Dev/myproject --yolo
amux start myproject
amux serve  # → https://localhost:8822
View on GitHub