fleet-memory/hindsight-clients/python/tests
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 rename to hindsight (#2) 2025-11-25 19:28:26 +01:00
test_main_operations.py fix(python-client): async method parity and server keepalive timeout (#387) 2026-02-17 16:00:14 +01:00
test_prompt_formatting.py feat: include occurred_end and mentioned_at in think-prompt fact serialization (#929) 2026-04-08 10:33:14 +02:00
test_reflect_response_parsing.py fix: resolve based_on schema/serialization issues in reflect API (#348) 2026-02-12 11:26:12 +01:00
test_retain_request_async.py fix(python-client): async=true silently ignored on retain (#709) 2026-03-26 15:21:43 +01:00