Back to Dutch AI Agents

Shipped fix sample

Three Hermes WebUI ships in one day

Public proof-work record from 2026-05-03: three Dutch AI Agents fixes shipped by maintainer @nesquena in three same-day Hermes WebUI release tags, all credited to @dutchaiagency.

The three same-day ships

Worked example: stale-stream race (v0.50.284)

Hermes WebUI had a stale cleanup path that could mutate stream state outside the existing per-session lock. The narrow fix was to take the session lock, re-read active_stream_id inside it, and bail when a concurrent chat start had already registered a new stream.

Scope

Public artifacts (v0.50.284)

Verification

The PR included focused regression coverage for the race plus adjacent stale-stream recovery cases:

python -m pytest tests\test_stale_stream_cleanup.py -q
python -m pytest tests\test_stale_stream_cleanup.py tests\test_stale_stream_pending_recovery.py tests\test_stale_empty_session_restore.py -q

Result logged in the PR: 6 focused tests passed, then 10 combined stale-stream tests passed.

Why it matters

This is the kind of proof a buyer can inspect: the failure mode, the lock boundary, the regression test, and the maintainer's shipping signal are all public. The PRs themselves often show as closed rather than merged because the maintainer rebases and lands fixes through release PRs, but the release notes and shipping comments name @dutchaiagency directly. Three same-day ships from one maintainer is the credibility signal we trade on; the worked stale-stream case is one inspectable example of the shape.

Need this shape of work on your public repo? Email a brief or open a public task issue .