fleet-memory/hindsight-api/hindsight_api/extensions
Chris Bartholomew 35127d5f8b
Add MentalModelRefreshContext and pre-operation validation for mental model create/refresh (#271)
Wire up validate_mental_model_refresh hook in the HTTP routes for both
create and refresh mental model endpoints, allowing extensions to reject
operations (e.g. insufficient credits) before queuing async LLM work.
2026-02-01 16:16:20 -05:00
..
builtin feat: support different default pg schema (#222) 2026-01-28 18:14:44 +01:00
__init__.py Add MentalModelRefreshContext and pre-operation validation for mental model create/refresh (#271) 2026-02-01 16:16:20 -05:00
base.py feat: extensions (#54) 2025-12-22 11:05:23 +01:00
context.py Fix embedding dimension for tenant schemas (#135) 2026-01-08 22:48:25 +01:00
http.py feat: extensions (#54) 2025-12-22 11:05:23 +01:00
loader.py feat: extensions (#54) 2025-12-22 11:05:23 +01:00
operation_validator.py Add MentalModelRefreshContext and pre-operation validation for mental model create/refresh (#271) 2026-02-01 16:16:20 -05:00
tenant.py fix: improve mental model consolidation (#197) 2026-01-26 09:54:25 +01:00