Multi-Agent Dispatch
A lead agent powered by Claude Agent SDK decomposes tasks and dispatches them to the best-fit AI agent automatically.
One command, multiple AI agents, one window. openMax orchestrates Claude Code, Codex, and OpenCode in parallel — plan, dispatch, monitor, and report from a single terminal.
pip install openmax
Features
openMax decomposes complex tasks, dispatches them to the best-fit agent, and keeps everything in sync.
A lead agent powered by Claude Agent SDK decomposes tasks and dispatches them to the best-fit AI agent automatically.
Agents run simultaneously in Kaku terminal panes with automatic grid layout. Watch all progress at a glance in one window.
The lead agent reads agent output in real time and intervenes automatically when agents get stuck or off-track.
Sessions persist across interruptions. Resume right where you left off — context, panes, and progress are all restored automatically.
Works with Claude Code, Codex, and OpenCode out of the box. Each agent runs in its own isolated environment.
One command to start. openMax handles decomposition, agent selection, pane layout, and cleanup automatically.
How it Works
The lead agent has no direct file access. It orchestrates through six focused tools.
Clarify your goal, identify scope and requirements from your prompt.
Decompose the task into parallelizable sub-tasks, assigning the best agent for each.
Spawn agents into Kaku panes — one window, auto grid layout, each agent isolated.
Read agent output in real time. Intervene with follow-up instructions if stuck or off-track.
Verify the delivered work, make corrections if needed, and ensure each pane reaches a clean finish.
Summarize results when all tasks are complete, then clean up panes automatically.
In Action
A single command kicks off the entire orchestration pipeline.
Agents
openMax supports three agent CLIs, each running interactively in its own pane.
Best for most coding tasks. Powered by Anthropic's Claude, it excels at complex reasoning and code generation.
OpenAI's Codex CLI. Great for API routes, data transformations, and quick scripting tasks.
Open-source coding agent. Lightweight and fast, ideal for styling, formatting, and utility work.
Install openMax and start building with multiple AI agents in parallel.