Coordinated Multi-Agent Software Engineering at Scale
Teams now run four, six, or a dozen AI coding agents against the same repository. Git worktrees keep two agents from editing the same file, but nothing makes one agent aware of what another is doing until the merge.
Durable, not ephemeral
An append-only log with per-agent cursors. Miss a message and you can still recover it.
Atomic resource claims
TTL claims on shared resources. Two racing agents cannot win the same task.
Turn-aware delivery
Four mechanisms reach an agent that only acts when handed a turn.
Zero standing cost
Routine actions route through a CLI instead of taxing every agent turn.

Coordination, not orchestration
Covasant Partyline is a lightweight, durable coordination layer for independent AI agent fleets, built on Databricks Lakebase. This paper documents the three primitives behind it, the six requirements that no chat tool or orchestration framework satisfied at once, and a real nineteen-hour multi-agent epic reconstructed from the production log.
- Written by the team that built the platform and operates it
- Includes the trade-offs that we accepted, including the wins
Read the architecture before you build it.
Twenty minutes of reading that can save a migration. No form. Get direct access to the white paper.