fleet-memory/hindsight-clients/python
Nicolò Boschi 105cdf1fbf
fix(python-client): expose all configurable fields in update_bank_config() (#712)
Add 10 missing bank-configurable fields to update_bank_config():
- entity_labels, entities_allow_free_form
- consolidation_llm_batch_size, consolidation_source_facts_max_tokens,
  consolidation_source_facts_max_tokens_per_observation
- retain_default_strategy, retain_strategies
- reflect_source_facts_max_tokens
- mcp_enabled_tools
- llm_gemini_safety_settings

Previously these could only be set via raw PATCH to /config.
All new params are keyword-only with None defaults (backwards compatible).
2026-03-26 16:29:09 +01:00
..
.openapi-generator fix: prevent silent memory loss on consolidation LLM failure (#601) 2026-03-17 20:15:33 +01:00
hindsight_client fix(python-client): expose all configurable fields in update_bank_config() (#712) 2026-03-26 16:29:09 +01:00
hindsight_client_api docs: add supported platforms and Windows installation guide (#700) 2026-03-26 12:01:30 +01:00
tests fix(python-client): async=true silently ignored on retain (#709) 2026-03-26 15:21:43 +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 fix: resolve all Dependabot security alerts (#702) 2026-03-26 13:15:36 +01:00
README.md fix py client 2025-12-05 01:03:07 +01:00

Hindsight Python Client