* 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 |
||
|---|---|---|
| .. | ||
| ag2.svg | ||
| agno.png | ||
| claudecode.svg | ||
| crewai.png | ||
| crewai.svg | ||
| golang.png | ||
| hermes.png | ||
| hindclaw.png | ||
| langgraph.png | ||
| litellm.png | ||
| llamaindex.png | ||
| mcp.png | ||
| nemoclaw.png | ||
| nodejs.png | ||
| openai.png | ||
| openclaw.png | ||
| package.svg | ||
| pydanticai.png | ||
| python.svg | ||
| README.md | ||
| skills.png | ||
| strands.png | ||
| terminal.svg | ||
| typescript.png | ||
| vercel.png | ||
Sidebar Icons
This directory contains SVG icons for the sidebar navigation items.
Required Icons
Client Icons
python.svg- Python logo (download from https://www.python.org/community/logos/)nodejs.svg- Node.js logo (download from https://nodejs.org/en/about/branding)terminal.svg- Terminal/CLI iconpackage.svg- Package/box icon for Embedded SDK
Integration Icons
mcp.svg- MCP Server iconlitellm.svg- LiteLLM logo (download from https://github.com/BerriAI/litellm)openclaw.svg- OpenClaw logovercel.svg- Vercel triangle logo (download from https://vercel.com/design/brands)skills.svg- Skills/star icon
Specifications
- Format: SVG (preferred) or PNG
- Size: 16x16px or larger (will be scaled to 14x14px)
- Style: Monochrome or simple colors work best
- Color: Icons should work on both light and dark backgrounds
Alternative: Using Remote URLs
Instead of local files, you can use remote URLs directly in the CSS:
a.menu__link[href*="/sdks/python"]::before {
background-image: url('https://cdn.jsdelivr.net/npm/simple-icons@v10/icons/python.svg');
}
Popular icon CDNs:
- Simple Icons: https://simpleicons.org/
- cdnjs: https://cdnjs.com/
- jsDelivr: https://www.jsdelivr.com/
Creating Icons
If you need to create custom icons, use tools like:
- Figma (https://figma.com)
- Inkscape (https://inkscape.org)
- SVGOMG for optimization (https://jakearchibald.github.io/svgomg/)