hermes-agent/website/docs/reference
Jah-yee c5b85531f9 fix: handle YAML null values in session reset policy + configurable API timeout
Two fixes from PR #888 by @Jah-yee:

1. SessionResetPolicy.from_dict() — data.get('at_hour', 4) returns None
   when the YAML key exists with a null value. Now explicitly checks for
   None and falls back to defaults. Zero remains a valid value.

2. API timeout — hardcoded 900s is now configurable via HERMES_API_TIMEOUT
   env var. Useful for slow local models (llama.cpp) that need longer.

Co-authored-by: Jah-yee <Jah-yee@users.noreply.github.com>
2026-03-13 11:16:20 -07:00
..
_category_.json feat: add documentation website (Docusaurus) 2026-03-05 05:24:55 -08:00
cli-commands.md docs: list individual config commands first, then hermes setup as all-in-one 2026-03-11 07:30:28 -07:00
environment-variables.md fix: handle YAML null values in session reset policy + configurable API timeout 2026-03-13 11:16:20 -07:00
faq.md docs: remove hermes setup from install flow, point to hermes model/tools instead 2026-03-11 07:28:05 -07:00