Open Source · MIT License

AI Agent Orchestration
Made Simple.

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

Built for real-world
multi-agent workflows.

openMax decomposes complex tasks, dispatches them to the best-fit agent, and keeps everything in sync.

Multi-Agent Dispatch

A lead agent powered by Claude Agent SDK decomposes tasks and dispatches them to the best-fit AI agent automatically.

Smart Grid Layout

Agents run simultaneously in Kaku terminal panes with automatic grid layout. Watch all progress at a glance in one window.

🔍

Real-Time Monitoring

The lead agent reads agent output in real time and intervenes automatically when agents get stuck or off-track.

🔄

Session Recovery

Sessions persist across interruptions. Resume right where you left off — context, panes, and progress are all restored automatically.

🔌

Multi-Agent Support

Works with Claude Code, Codex, and OpenCode out of the box. Each agent runs in its own isolated environment.

Zero Config

One command to start. openMax handles decomposition, agent selection, pane layout, and cleanup automatically.

How it Works

From prompt to production.

The lead agent has no direct file access. It orchestrates through six focused tools.

1

Align

Clarify your goal, identify scope and requirements from your prompt.

2

Plan

Decompose the task into parallelizable sub-tasks, assigning the best agent for each.

3

Dispatch

Spawn agents into Kaku panes — one window, auto grid layout, each agent isolated.

4

Monitor

Read agent output in real time. Intervene with follow-up instructions if stuck or off-track.

5

Review

Verify the delivered work, make corrections if needed, and ensure each pane reaches a clean finish.

6

Report

Summarize results when all tasks are complete, then clean up panes automatically.

In Action

See it run.

A single command kicks off the entire orchestration pipeline.

Kaku — openMax
$ openmax run "Build a blog with Next.js"

▸ Lead agent started (claude-sonnet-4-20250514)
▸ Aligning... scope identified: Next.js blog with MDX
▸ Planning... 4 sub-tasks decomposed

▸ Dispatching agents:
  Pane 1 — claude-code → components & pages
  Pane 2 — codex → API routes & data layer
  Pane 3 — claude-code → tests & CI
  Pane 4 — opencode → styling & layout

▸ Monitoring... all agents running
▸ Review... checks passed, changes committed
✓ All 4 tasks completed. Report generated.

Agents

Your AI workforce.

openMax supports three agent CLIs, each running interactively in its own pane.

Claude Code

claude

Best for most coding tasks. Powered by Anthropic's Claude, it excels at complex reasoning and code generation.

Codex

codex

OpenAI's Codex CLI. Great for API routes, data transformations, and quick scripting tasks.

OpenCode

opencode

Open-source coding agent. Lightweight and fast, ideal for styling, formatting, and utility work.

Ready to orchestrate?

Install openMax and start building with multiple AI agents in parallel.