stillpoint
When agents delegate work down a chain, nothing can tell when the whole cascade is actually done — stillpoint detects that quiet point, soundly.
- 01 When is the swarm actually done? Three services across a network, one dropped task, and a question nobody on the wire can answer: did the work actually get done? A copy-paste demo that exits 0 and prints SUCCESS while the real job dies unseen.
- 02 Task was destroyed but it is pending A teardown deadlock I diagnosed in Google's A2A reference SDK — Issue #1101, PR #1105 (313 lines, tests, CI green, open for review) — turned out to be one symptom of a primitive the whole agent ecosystem is missing: a sound signal that an async mesh has actually settled.