feat(ttp): E.1.7 worker contract — run_ttp_worker_loop, _TOPICS, registry entry

This commit is contained in:
2026-05-01 06:33:34 -04:00
parent 208ffd8f4f
commit 19cc8aa859
4 changed files with 277 additions and 0 deletions

View File

@@ -2322,6 +2322,8 @@ unrelated events.
**E.1.7 — Worker contract** (`decnet/ttp/worker.py`)
**Status:** ✅ done.
- `async def run_ttp_worker_loop(...)` signature matching
`decnet/clustering/worker.py` and `decnet/intel/worker.py` (the
parameter shape is already standardised across workers — copy it).