fleet-memory/hindsight-clients/python
Nicolò Boschi dcaacbe407
feat: add manual retry for failed async operations (#537)
- API: POST /v1/default/banks/{bank_id}/operations/{operation_id}/retry
  resets status to pending so the worker re-executes the task
- UI: Retry button on failed operations in the operations view
- Control plane proxy route + ControlPlaneClient.retryOperation()
- Updated OpenAPI spec, all generated clients, and operations docs
2026-03-10 17:16:11 +01:00
..
.openapi-generator feat: add manual retry for failed async operations (#537) 2026-03-10 17:16:11 +01:00
hindsight_client feat: mental model history tracking and UI diff view (#516) 2026-03-06 17:50:48 +01:00
hindsight_client_api feat: add manual retry for failed async operations (#537) 2026-03-10 17:16:11 +01:00
tests fix(python-client): async method parity and server keepalive timeout (#387) 2026-02-17 16:00:14 +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.16 2026-03-05 17:54:59 +01:00
README.md fix py client 2025-12-05 01:03:07 +01:00

Hindsight Python Client