fleet-memory/hindsight-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 fix: add readme field to integration pyproject.toml files for PyPI (#634) 2026-03-20 17:11:20 +01:00
ai-sdk Release v0.4.19 2026-03-18 14:29:15 +01:00
chat Release v0.4.19 2026-03-18 14:29:15 +01:00
claude-code feat: remove hardcoded default models from integrations (#670) 2026-03-24 17:20:15 +01:00
crewai fix(security): address all Dependabot vulnerability alerts (#617) 2026-03-19 14:27:52 +01:00
hermes feat(hermes): file-based config + updated docs (#686) 2026-03-25 16:11:38 +01:00
langgraph fix: add readme field to integration pyproject.toml files for PyPI (#634) 2026-03-20 17:11:20 +01:00
litellm security: exclude litellm 1.82.8 (supply chain compromise) (#673) 2026-03-25 10:21:02 +01:00
nemoclaw release(nemoclaw): v0.1.1 2026-03-20 15:21:26 +01:00
openclaw feat: remove hardcoded default models from integrations (#670) 2026-03-24 17:20:15 +01:00
pydantic-ai fix: add readme field to integration pyproject.toml files for PyPI (#634) 2026-03-20 17:11:20 +01:00
strands release(strands): v0.1.1 2026-03-24 17:42:52 +01:00