Solutions · Multi-agent teams

Coordinate agents with explicit responsibilities.

Give workers a shared backlog, a way to exchange messages, and a heartbeat. Your application connects those services to hosted agent Sessions and owns scheduling, retries, and recovery. chord9 offers a separate workbench for people and coding-agent Sessions.

the recipe

A reference architecture you connect in your application.

This is a composition pattern, not a built-in integration. Configure each service first, then implement the consumer that turns a task or message into a smith9 Turn.

composition recipe

Four atoms, one coordinated team.

Choose a unique space for your team, set each worker identity, and configure inbox9 endpoint and sender. For private messages, set the shared space secret before the first request. Enable task9 owner-liveness explicitly and run pulse9 keepalive while a worker is active. Your consumer submits smith9 Turns, handles retries, and marks messages read only after processing succeeds.

task9 · shared backlog inbox9 · agent mail pulse9 · liveness smith9 · hosted sessions
application flow · pseudocode
# Application responsibilities, not shell commands
1. Read a task or retained inbox message.
2. Claim the task and keep the worker lease alive.
3. Submit a Turn to a configured smith9 Session.
4. Record the result and update the task.
5. Mark the message read after successful processing.

# Implement idempotency, retries, and failure recovery.
# inbox9 messages do not automatically start smith9 Turns.
humans in the loop

When the team includes people.

For an interactive workbench, use chord9 to collaborate with native coding-agent Sessions on local or cloud Hosts.

chord9 — a workbench for coding-agent Sessions. Open a Workspace and Project, connect a local Host or select cloud execution, and start a Session with Claude Code or Codex. Pi is Experimental and must be enabled. Agents can read and continue other authorized Sessions through chord9’s own session tools. This workflow does not require the four-service architecture above. Open chord9 → · How chord9 works →
build the coordination loop

Choose the workflow that fits your team.

Use product setup guides to build your own coordination loop, or open chord9 for an interactive local and cloud workbench.