Chris Bartholomew
28e1e210ee
fix(hindsight): overhaul hindsight memory plugin and memory setup wizard
- Dedicated asyncio event loop for Hindsight async calls (fixes aiohttp session leaks)
- Client caching (reuse instead of creating per-call)
- Local mode daemon management with config change detection and auto-restart
- Memory mode support (hybrid/context/tools) and prefetch method (recall/reflect)
- Proper shutdown with event loop and client cleanup
- Disable HindsightEmbedded.__del__ to avoid GC loop errors
- Update API URLs (app -> ui.hindsight.vectorize.io, api_url -> base_url)
- Setup wizard: conditional fields (when clause), dynamic defaults (default_from)
- Switch dependency install from pip to uv (correct for uv-based venvs)
- Add hindsight-all to plugin.yaml and import mapping
- 12 new tests for dispatch routing and setup field filtering
Original PR #5044 by cdbartholomew.
2026-04-04 12:18:46 -07:00
..
2026-02-26 13:54:20 +03:00
2026-04-02 08:43:06 -07:00
2026-03-24 18:48:47 -07:00
2026-03-15 20:21:21 -07:00
2026-03-29 00:33:30 -07:00
2026-04-02 15:33:51 -07:00
2026-04-04 12:18:46 -07:00
2026-03-20 06:04:33 -07:00
2026-03-20 06:04:33 -07:00
2026-03-31 08:48:54 +09:00
2026-03-21 16:54:43 -07:00
2026-03-31 10:30:48 -07:00
2026-03-29 07:51:43 -07:00
2026-03-16 12:36:29 -07:00
2026-02-28 23:29:49 -08:00
2026-03-17 04:14:40 -07:00
2026-03-18 03:04:07 -07:00