fleet-memory/hindsight-clients/python
Nicolò Boschi ab5e31f203
chore: remove dead code (#245)
* chore: remove dead code

* chore: remove extract_opinions from test and regenerate openapi

- Remove extract_opinions parameter from test_fact_extraction_analysis
- Regenerate OpenAPI spec after removing entity observations code

* chore: update generated files and apply formatting

- Regenerate Python and TypeScript client SDKs after main merge
- Apply ruff formatting to llm_wrapper.py

* fix: accept and filter deprecated 'opinion' fact type in recall

The dead code removal eliminated support for the 'opinion' fact type,
but existing clients may still pass it. Instead of rejecting it with
a ValueError, silently filter it out before validation to maintain
backward compatibility.
2026-01-30 09:16:32 +01:00
..
.openapi-generator fix: misc fixes for observations and mental models (#209) 2026-01-27 15:37:57 +01:00
hindsight_client fix: misc fixes for observations and mental models (#209) 2026-01-27 15:37:57 +01:00
hindsight_client_api chore: remove dead code (#245) 2026-01-30 09:16:32 +01:00
tests feat(litellm): async retain, reflect support, and API cleanup (#167) 2026-01-26 10:07:32 +01:00
.openapi-generator-ignore rename to hindsight (#2) 2025-11-25 19:28:26 +01:00
openapi-generator-config.yaml doc: changelog for 0.2.0 (and regenerate clients) (#99) 2026-01-05 12:36:29 +01:00
pyproject.toml Release v0.4.2 2026-01-29 17:54:19 +01:00
README.md fix py client 2025-12-05 01:03:07 +01:00

Hindsight Python Client