章节 01
Agent-Mux: Terminal-Native Multi-Agent Collaboration Framework Overview
Agent-Mux is an open-source multi-agent coordination system created by developer maxto, focusing on terminal-native collaboration using tmux as the core infrastructure. Its key features include shared tmux workspaces (isolated panes, shared file systems/env), cross-pane message passing (JSON protocol for task delegation, state sync, result return), and large-scale task交接 via Thread Transport. It targets developer workflows like code review, multi-step code generation, and long-running background tasks, with advantages like zero-config deployment and high observability, while having limitations such as platform dependency on Unix-like systems. Unlike general frameworks like AutoGen or CrewAI, it prioritizes minimal intrusion into developers' existing terminal environments.