This repository was archived by the owner on Jul 29, 2026. It is now read-only.
This repository was archived by the owner on Jul 29, 2026. It is now read-only.
RedisConfirmationStrategy for using HiTL with Hayhooks and Open WebUI #422
We recently created an HiTL demo using Redis, Open WebUI and
haystack-experimental. It uses a customRedisConfirmationStrategywhich in turns uses Redis blocking commands likeBLPOPfor non-blocking approval wait.We may want to add this custom confirmation strategy to
haystack-experimental. It will probably need to be refactored for better flexibility.