Open agent orchestration

Agent runtime and orchestration platform

Define agents, runtimes, events, and schedules through declarative configuration

agent-compose / projectPREVIEW
reviewerEXAMPLE RUN
agents:
  reviewer:
    provider: codex
    driver: docker
    triggers:
      - event: pull_request
10:24:08 sandbox boundary
10:24:11 agent configured
10:24:42 example output

Core capabilities

One declaration, explicit runtime boundaries

The daemon loads Compose-style configuration and connects isolated runtimes, automation, and model access

DECLARE

Compose-style configuration

agents:
  reviewer:
    provider: codex
    driver: docker
    triggers:
      - event: pull_request

Describe Agents, workspaces, MCP servers, skills, volumes, and schedules in agent-compose.yml

CONTROL PLANEAgent-Compose
daemon

Loads configuration and manages state and runtime lifecycle

RUNTIME

Isolated runtimes

Docker, BoxLite, or Microsandbox

AUTOMATION

Events and schedules

cron, interval, timeout, event, and webhook

LLM

Runtime LLM Facade

Credentials stay on the daemon behind one model boundary

Built in the open

Open source, visible evolution

Agent-Compose is licensed under AGPL-3.0 and currently in Public Preview; APIs, runtime packaging, and deployment defaults may change, with GitHub as the source for releases and updates

Start composing

Compose your first Agent runtime

Explore the source, review the current capabilities, and try the public demo