fleet-memory/hindsight-docs/docs/sdks
Nicolò Boschi 56489a58d1
refactor(llamaindex): merge into single hindsight-llamaindex package (#760)
* refactor(llamaindex): merge two packages into single hindsight-llamaindex

Merge `llama-index-tools-hindsight` and `llama-index-memory-hindsight` into
a single `hindsight-llamaindex` package following our naming convention.

- Rename package to `hindsight-llamaindex` (Python module: `hindsight_llamaindex`)
- Move HindsightToolSpec and HindsightMemory into the same package
- Delete `llamaindex-memory/` directory
- Add CI test job for llamaindex integration
- Update docs, blog post, and integrations.json

* fix(blog): update llamaindex blog post for merged package

- Move date to 2026-03-30
- Add HindsightMemory (automatic BaseMemory) pattern
- Fix "bank must exist first" pitfall — mission auto-creates
- Align all code examples with docs page
- Update architecture diagram to show both patterns

* fix(docs): add llamaindex/openai icons, rename Codex

- Add llamaindex.png and openai.png icons
- Rename "OpenAI Codex CLI" to "Codex" in integrations.json and docs
- Use openai.png icon for Codex integration
2026-03-30 14:30:48 +02:00
..
integrations refactor(llamaindex): merge into single hindsight-llamaindex package (#760) 2026-03-30 14:30:48 +02: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 MiniMax LLM provider support (#550) 2026-03-13 10:17:55 +01:00
go.md fix(go-client): use monorepo-compatible module path (#392) 2026-02-18 10:35:13 +01:00
nodejs.md feat(typescript-client): Deno compatibility (#607) 2026-03-18 14:25:35 +01:00
python.md feat: HindsightEmbedded python SDK (#293) 2026-02-04 14:41:19 +01:00