fleet-memory/hindsight-clients/python/hindsight_client_api/api
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
..
__init__.py feat: webhook system with retain.completed event, UI, and docs (#487) 2026-03-04 14:17:01 +01:00
banks_api.py Release v0.4.16 2026-03-05 17:54:59 +01:00
directives_api.py Release v0.4.16 2026-03-05 17:54:59 +01:00
documents_api.py feat: change tags for a document (#517) 2026-03-07 09:00:13 +01:00
entities_api.py Release v0.4.16 2026-03-05 17:54:59 +01:00
files_api.py feat: per-request file parser selection with fallback chains (#514) 2026-03-06 16:15:43 +01:00
memory_api.py feat: observation history tracking and diff UI (#513) 2026-03-06 16:16:05 +01:00
mental_models_api.py feat: mental model history tracking and UI diff view (#516) 2026-03-06 17:50:48 +01:00
monitoring_api.py Release v0.4.16 2026-03-05 17:54:59 +01:00
operations_api.py feat: add manual retry for failed async operations (#537) 2026-03-10 17:16:11 +01:00
webhooks_api.py Release v0.4.16 2026-03-05 17:54:59 +01:00