fleet-memory/hindsight-api-slim/hindsight_api/engine/search
Nicolò Boschi 37348c859e
feat: include occurred_end and mentioned_at in think-prompt fact serialization (#929)
Extend format_facts_for_prompt() to include occurred_end and mentioned_at
temporal fields (when non-null), matching the MemoryFact model. Also add
RecallResponse.to_prompt_string() to Python and TypeScript client SDKs so
users can serialize recall results (with chunks and entity summaries) into
LLM-ready prompt strings.

Closes #924
2026-04-08 10:33:14 +02:00
..
__init__.py breaking: remove BFS and MPFP graph retrieval strategies (#767) 2026-04-01 12:44:40 +02:00
fusion.py feat: introduce hindsight-api-slim and hindsight-all-slim packages (#560) 2026-03-13 13:50:03 +01:00
graph_retrieval.py fix(retain): preserve normalized experience fact types (#848) 2026-04-02 12:20:37 +02:00
link_expansion_retrieval.py fix(recall): cap entity fanout in graph expansion (#911) 2026-04-07 18:59:50 +02:00
reranking.py feat(recall): add proof_count boost to combined scoring (#821) 2026-04-07 09:32:44 +02:00
retrieval.py feat(recall): add proof_count boost to combined scoring (#821) 2026-04-07 09:32:44 +02:00
tags.py feat: compound tag filtering via tag_groups (#562) 2026-03-13 14:30:11 +01:00
temporal_extraction.py feat: introduce hindsight-api-slim and hindsight-all-slim packages (#560) 2026-03-13 13:50:03 +01:00
think_utils.py feat: include occurred_end and mentioned_at in think-prompt fact serialization (#929) 2026-04-08 10:33:14 +02:00
trace.py fix(retain): preserve normalized experience fact types (#848) 2026-04-02 12:20:37 +02:00
tracer.py fix(retain): preserve normalized experience fact types (#848) 2026-04-02 12:20:37 +02:00
types.py feat(recall): add proof_count boost to combined scoring (#821) 2026-04-07 09:32:44 +02:00