fleet-memory/hindsight-clients/python
Nicolò Boschi c2ac7d0440
feat: support vertex as llm provider (#233)
* feat: support vertex as llm provider

* fix

* fix: add uv index-strategy to resolve dependency conflicts with pytorch index

When using pytorch index for faster torch downloads in CI,
filelock dependency resolution was failing because pytorch index
only has older versions. Adding unsafe-best-match strategy allows
uv to search all configured indexes.

Also fix type checking warnings from ty.

* fix: add index-strategy to root pyproject.toml for workspace-level uv resolution

* chore: regenerate client SDKs after Vertex AI support
2026-01-29 16:13:57 -05: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 feat: support vertex as llm provider (#233) 2026-01-29 16:13:57 -05: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