Released v0.1.0 · Delivery layer · CLI, status page and MCP
AgentBrain Handoffs
Exact, durable handoffs between AI coding agents.
Exact, durable handoffs between AI coding agents. Each handoff is one new turn in the recipient's existing session, with a CLI, a live status page and an MCP server.
huggingface.co/spaces/willykeenan/agentbrain-handoffsSample data

- Delivery
- One turn, right session
- Busy recipient
- Handoff waits
- Needs
- Python 3.9+, stdlib
- License
- Apache-2.0
01 / What it does
Exact, durable handoffs between AI coding agents.
- 01
Never interrupts
A handoff becomes one new turn in the recipient's existing session. If that agent is mid-turn, the handoff waits for it.
- 02
Sent once
One write per attempt; a lost reply is reconciled by observing the session instead of sending the message again.
- 03
Watch it live
A local status page shows handoffs in flight, anything needing attention and time to accept.
02 / The record
What it can prove, and where it stops.
- Proven safeguard
- It never interrupts: a busy recipient keeps its turn and the handoff waits. One write per attempt, and a lost reply is reconciled by observation instead of being sent again.
- Limits
- The Codex and Claude Code adapters are experimental.
- License
- Apache-2.0
- Screens on this page
- Real captures of the product, from its demo mode, sample data or a recorded run. No customer data.
03 / Try it
Run it yourself.
Try the demo, from the repository README. Nothing here needs an account with us.
git clone https://github.com/willykeenan/agentbrain-handoffs && cd agentbrain-handoffs
python3 -m venv .venv
.venv/bin/pip install .
.venv/bin/handoffs demo # open http://127.0.0.1:8765