Multiplex your AI agents. Trace, launch, export. Never leave the terminal.
brew install zanetworker/aimux/aimux
git clone + make install
You're running 5 agents across 3 projects.
Claude is refactoring auth. Codex is writing tests.
A third session is idle, or stuck on a permission prompt?
You don't know. Each agent lives in its own terminal.
Auto-finds Claude, Codex, Gemini. Status, model, cost, tokens. Refreshes every 2s.
Live trace + interactive session side by side. PTY embed or tmux mirror.
Label turns GOOD/BAD/WASTE. Add notes. Export to MLflow for eval datasets.
Spawn agents from the dashboard. Pick provider, model, mode, directory.
Aggregated token usage and USD spend per project. Press c for instant visibility.
View Claude Code team configs and members. Press T to see who's collaborating.
Built-in OTLP/HTTP telemetry. Export to MLflow, Jaeger, or any OTEL backend.
10-method Provider interface. Add a new agent in one Go file.
Aggregated token usage and spend per project. Press :costs for instant visibility.
Label turns GOOD, BAD, or WASTE. Attach notes explaining why. Persisted to disk.
Traces with annotations become evaluation datasets. Compare models, calibrate judges.
Type :new to spawn agents without leaving the terminal. Pick provider, directory, model, mode, and runtime.
See Claude Code team configurations and members. Press :teams to view.
brew install zanetworker/aimux/aimux
or: git clone https://github.com/zanetworker/aimux.git && cd aimux && make install