fleet-memory/hindsight-clients/python
Nicolò Boschi a0cea84d82
docs(python-client): async-first pydoc + low-level API access + missing params (#711)
* docs(python-client): improve pydoc strings for async-first usage and low-level API access

- Class docstring now clearly documents async-first pattern: a* methods
  preferred, sync wrappers for scripts/REPLs only
- Every sync method docstring points to its async counterpart
- Every async method docstring says "preferred"
- Expose 10 low-level API properties (documents, entities, operations,
  webhooks, monitoring, etc.) so agents/users can discover the full API
  surface without guessing at _-prefixed internals
- Add missing API parameters: tag_groups (recall/reflect), fact_types,
  exclude_mental_models, exclude_mental_model_ids (reflect),
  observation_scopes/strategy (retain items), background (create_bank)
- Fix areflect missing include_facts param that sync reflect already had
- Sync recall/reflect now delegate to async counterparts (no logic duplication)

* style(retain): format long function call arguments one-per-line
2026-03-26 16:09:58 +01:00
..
.openapi-generator fix: prevent silent memory loss on consolidation LLM failure (#601) 2026-03-17 20:15:33 +01:00
hindsight_client docs(python-client): async-first pydoc + low-level API access + missing params (#711) 2026-03-26 16:09:58 +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