cc-orchestrate

One CLI to run fleets of Claude Code agents — on cmux, superset, or any backend you wire in.

AI / Agents

Skills
llms.txt
llms-full.txt

Developers

Yasyf Mohamedali

Maintainer

Community

Full license

Meta

Requires: Python >=3.13
Provides-Extra: dev

cc-orchestrate banner

PyPI Python Docs License: PolyForm-Noncommercial-1.0.0

Orchestrate fleets of Claude Code agents across pluggable backends like cmux and superset.

cc-orchestrate is a CLI for running fleets of Claude Code agents from one seat instead of a sprawl of terminal tabs. Backends are pluggable: the same orchestration drives agents living in cmux sessions, superset worktrees, or whatever runner you wire in next, so fleet logic never cares where an agent actually executes.

Install

No install needed — run everything through uvx:

uvx cc-orchestrate --help

uvx fetches cc-orchestrate into a throwaway environment and runs it. To add it to a project instead:

uv add cc-orchestrate

Quickstart

Check which backends are installed on your machine:

uvx cc-orchestrate backends
cmux    available
superset    available

A backend reports not found when its CLI is missing from your PATH. Install the runner and re-run the check.

What problems does this solve?

  • Running more than a couple of Claude Code agents means babysitting a sprawl of terminal tabs and tmux panes by hand. cc-orchestrate gives the whole fleet one front door.
  • Every runner has its own invocation quirks — cmux sessions, superset worktrees, plain terminals. Backends absorb those differences, so what you dispatch stays portable across them.
  • Knowing what a machine can even run is guesswork. cc-orchestrate backends reports which runners are installed before you dispatch anything.

Docs

Read the docs for the full guide and API reference.