fleet-memory/hindsight-docs/docs/sdks/integrations
Nicolò Boschi 0ff36548e0
feat(hermes): file-based config + updated docs (#686)
* feat(hermes): file-based config + updated docs

Replace the old dataclass/configure() singleton with a plain dict
config loaded from ~/.hindsight/hermes.json — same field names and
conventions as the openclaw and claude-code integrations.

Loading order: defaults → config file → env var overrides.

- config.py: rewritten with load_config() returning a plain dict,
  DEFAULTS matching openclaw/claude-code fields, ENV_OVERRIDES with
  typed casting
- tools.py: register() uses load_config() instead of raw env vars
- __init__.py: clean exports (removed configure/get_config/reset_config)
- README.md: full rewrite with config file examples, tables by category
- docs/hermes.md: full rewrite with quick start, architecture, all
  config tables, gateway section, troubleshooting
- tests: updated for new config pattern, 46 tests pass

* ci: add test job for hermes integration

* chore: regenerate docs skill for hermes integration
2026-03-25 16:11:38 +01:00
..
agno.md docs: add 0.4.19 release blog post, Agno and Hermes integration pages (#608) 2026-03-18 17:35:54 +01:00
ai-sdk.mdx doc: add langgraph and nemoclaw (#633) 2026-03-20 16:18:05 +01:00
chat.md doc: add langgraph and nemoclaw (#633) 2026-03-20 16:18:05 +01:00
claude-code.md feat: remove hardcoded default models from integrations (#670) 2026-03-24 17:20:15 +01:00
crewai.md doc: add langgraph and nemoclaw (#633) 2026-03-20 16:18:05 +01:00
hermes.md feat(hermes): file-based config + updated docs (#686) 2026-03-25 16:11:38 +01:00
langgraph.md doc: add langgraph and nemoclaw (#633) 2026-03-20 16:18:05 +01:00
litellm.md doc: add langgraph and nemoclaw (#633) 2026-03-20 16:18:05 +01:00
local-mcp.md feat: expand MCP tool surface area with 18 new tools and enhanced parameters (#435) 2026-02-25 10:26:46 +01:00
nemoclaw.md doc: add langgraph and nemoclaw (#633) 2026-03-20 16:18:05 +01:00
openclaw.md feat: remove hardcoded default models from integrations (#670) 2026-03-24 17:20:15 +01:00
pydantic-ai.md doc: add langgraph and nemoclaw (#633) 2026-03-20 16:18:05 +01:00
skills.md Replace waitlist links with direct Hindsight Cloud signup URL (#349) 2026-02-11 20:51:32 +01:00
strands.md feat: add Strands Agents SDK integration with Hindsight memory tools (#659) 2026-03-24 17:21:30 +01:00