fleet-memory/hindsight-api/hindsight_api/worker
Chris Bartholomew 96f0e54efa
Fix: load operation validator extension in worker process (#280)
The worker was not loading the OperationValidatorExtension, so
operation validation was silently skipped for all async operations
(e.g. refresh_mental_model triggered after consolidation). The API
server already loaded this extension but the worker entry point was
missing it.
2026-02-02 14:45:40 -05:00
..
__init__.py feat: new 'worker' service (#176) 2026-01-20 10:17:56 +01:00
main.py Fix: load operation validator extension in worker process (#280) 2026-02-02 14:45:40 -05:00
poller.py fix: custom pg schema is not reliable (#278) 2026-02-02 15:33:50 +01:00