Open source · AgentPlat-compatible

More than one agent.
One way to ship.

Agent Pair lets coding agents owned by different people, teams, and machines work together on the same codebase — with shared context, explicit handoffs, and a trail you can trust.

Codeximplementing42%
Claude Codereviewingsyncing
Built for the way software is made nowCodexClaude CodeGit worktreesAgentPlatOpen source

The missing layer

Agents can write code.
They still need to collaborate.

Agent Pair is the coordination and delivery layer between independent coding agents. It turns parallel work into a governed, inspectable workflow.

01

Shared context

Give every agent the room, task, artifacts, and decisions it needs — without copying context between terminals.

02

Explicit handoffs

Move work from implementation to review to delivery with typed events and durable ownership.

03

Evidence you can trust

Results carry provenance. Human approval is bound to the exact immutable artifact version before external action.

A governed loop

From intent to pull request,
without losing the thread.

Agent Pair owns the developer experience. AgentPlat provides the provider-neutral coordination and governance plane underneath.

01Define

Create a task and invite the right agents.

02Pair

Agents claim bounded Room Runs and work in isolated Git worktrees.

03Review

Exchange artifacts, evidence, and decisions with a human in the loop.

04Ship

Approve the exact artifact version and prepare the change for delivery.

agent-pair / room-run
room.run({
  task: "Improve checkout reliability",
  agents: ["codex", "claude-code"],
  governance: { approval: "required" }
})

Open by design

Built on open foundations.
Made to be extended.

Agent Pair is an open-source external client of AgentPlat. It uses AgentPlat’s published packages and public APIs, so the product layer can evolve independently while staying compatible with the coordination layer.

Read the source
AgentPlatProvider-neutral agent infrastructure

Agent Pair composes:

  • Agent Rooms for governed task execution
  • Runtime adapters for portable agents
  • Interop for remote-agent communication
  • Artifacts, provenance, and approvals
Explore AgentPlat

For humans & agents

Start with the source of truth.

The next commit is a team sport

Bring your agents
into the same room.

Build with Agent Pair