Daily Edition Sources +2

Background Agent Work Needs a Receipt

Hermes and OpenClaw are fixing different failure windows in the same promise: delegated work has to arrive somewhere a person can use it.

Torn-paper diagram showing Hermes sending a database receipt to a queue and OpenClaw holding a live turn until a subagent drains, both pointing to a circled named handoff.
Diagram Punka result needs a named route back.
repos NousResearch/hermes-agent + openclaw/openclaw evidence
2 source signals 2 repos 2 linked commits
Evidence: 2 linked commits / July 15, 2026 / Daily Edition
Open Edition Evidence below

On July 13, a NousResearch/hermes-agent commit added durable background-completion delivery, while an openclaw/openclaw commit added a live-turn hold for native background work. A background agent can finish correctly and still fail its user: the process may restart before the completion is delivered, or the interface may declare a turn done while the work that will produce its real answer is still running.

Hermes' delegation change writes a completion record before queueing it. On a fresh process, pending records can be restored and are only marked delivered after the consumer acknowledges injection. That is a receipt: the task result is not treated as delivered merely because the worker stopped.

Open turns are a delivery boundary too

OpenClaw's change addresses a different gap. Its Claude CLI runner watches the CLI's authoritative background-task list. If a native subagent or workflow remains, an interim success result does not close the live turn; the runner waits for the post-drain result and preserves the earlier text. Its new tests intentionally exclude a background shell task, because that kind is killed at exit and does not hold the final answer.

The useful question is not “did it run?”

The common lesson is narrower than a claim of durable agents: systems need an explicit handoff between completed work and a reader-visible result. Hermes makes that handoff restart-aware; OpenClaw makes it turn-aware. Neither commit measures end-to-end reliability, but both make the next test clear: interrupt the process, close the interface, or let a subtask finish late—and see whether the result still has a named route back.

Evidence Trail

Receipts below the story

The article above is the public narrative. This section keeps the source trail and limits on the same page.

Edition
DateJuly 15, 2026
LaneDaily Edition
Confidence68%
Sources2
ReposNousResearch/hermes-agent, openclaw/openclaw

Primary Evidence

Evidence Limits

  • These are implementation receipts, not comparative reliability results. Watch for operational reports showing whether completion messages reach the intended human or calling workflow under restart, timeout, and cancellation.
Letters & Corrections

Send a note to the desk

Corrections, missing context, or a follow-up lead.