fleet-memory/hindsight-docs/docs/sdks
Eliah Rusin 2a47389f2c
feat: add Go client SDK with ogen code generation (#375)
Add a Go client for the Hindsight API using ogen for strongly-typed code
generation from the OpenAPI 3.1 spec. The client provides a high-level
wrapper with functional options around the generated code, covering all
core operations (retain, recall, reflect, bank management).

Includes:
- ogen-based code generation with OpenAPI 3.1 spec preprocessing
- High-level Client wrapper with idiomatic Go API
- Functional options for all operations (WithBudget, WithTags, etc.)
- OgenClient() escape hatch for advanced operations
- Integration tests and godoc examples
- Go SDK reference docs and cookbook entries (quickstart, concurrent
  pipeline, memory-augmented API service)
- Updated generate-clients.sh with Go generation step

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 11:35:40 +01:00
..
integrations fix(openclaw): avoid memory retain recursion (#362) 2026-02-13 10:47:39 +01:00
cli.md feat: add Go client SDK with ogen code generation (#375) 2026-02-16 11:35:40 +01:00
embed.md feat: add Go client SDK with ogen code generation (#375) 2026-02-16 11:35:40 +01:00
go.md feat: add Go client SDK with ogen code generation (#375) 2026-02-16 11:35:40 +01:00
nodejs.md chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
python.md feat: HindsightEmbedded python SDK (#293) 2026-02-04 14:41:19 +01:00