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-04-03 11:14:55 -07:00
2026-03-31 03:10:01 -07:00
2026-04-02 09:36:24 -07:00
2026-03-30 17:34:43 -07:00
2026-03-30 00:02:02 -07:00
2026-03-30 08:10:23 -07:00
2026-03-30 17:39:08 -07:00
2026-03-29 20:10:00 -07:00
2026-03-30 17:07:21 -07:00
2026-04-03 22:43:45 -07:00
2026-04-03 23:30:12 -07:00
2026-03-25 15:02:03 -07:00
2026-04-04 10:43:39 -07:00
2026-03-30 08:10:23 -07:00
2026-03-26 01:34:27 -07:00
2026-04-04 10:21:33 -07:00
2026-03-25 15:02:03 -07:00
2026-04-03 14:21:44 -07:00
2026-04-04 10:43:39 -07:00
2026-03-30 08:10:23 -07:00
2026-04-04 12:18:46 -07:00
2026-04-02 09:36:24 -07:00
2026-04-03 18:47:51 -07:00
2026-03-31 09:29:43 +09:00
2026-03-25 19:47:58 -07:00
2026-03-30 17:34:43 -07:00
2026-03-31 09:29:43 +09:00
2026-04-03 13:10:11 -07:00
2026-04-03 18:47:51 -07:00
2026-04-03 22:42:14 -07:00
2026-04-02 14:00:22 -07:00
2026-03-30 08:37:19 -07:00
2026-03-25 15:54:28 -07:00
2026-03-31 09:29:43 +09:00
2026-04-03 09:08:20 -07:00
2026-03-25 19:47:58 -07:00
2026-03-28 23:47:21 -07:00