Free & open source · the handoff layer for AI work

Stop being the hallway.

Claude drafts. Codex edits. ChatGPT reviews. A teammate owns the call. The weak point is never the model — it's the handoff. Agent Relay turns every handoff into a visible task record that carries the source, the limits, the status, and the receipt.

install
# install the kit from GitHub, then start a relay
$ git clone https://github.com/The-Little-AI-Company/open-work-relay
$ cd open-work-relay
$ npm install -g .
$ relay init "Client Ops Relay"
Created relay workspace: Client Ops Relay
Next: relay dashboard

A prompt asks for an answer. Work mode gives a job that survives the handoff.

Prompt mode is fine until the answer has to move to another person, agent, or system. Work mode carries everything the next actor needs.

# prompt mode

Write a follow-up email.

# work mode

Use the client-call transcript and the
decision summary. Draft the follow-up,
do not overstate the promise, flag what
needs my judgment, leave a receipt, and
stop before sending.

Seven parts travel with every job.

The next person or agent should resume from the record — not from a giant chat history. These seven parts are the whole contract.

  1. Outcome
  2. Owner / next actor
  3. Source material
  4. Context / decisions so far
  5. Allowed actions
  6. Stop rules / human gates
  7. Done evidence / receipt

Work has a status anyone can read. Every change leaves a receipt.

Agents claim work, move it through statuses, and route anything ambiguous to needs-input. Receipts beat vibes.

readyclaimedworkingneeds-inputreviewdoneparked