hermes-agent/website/docs
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
..
developer-guide feat: secure skill env setup on load (core #688) 2026-03-13 03:14:04 -07:00
getting-started docs: add Anthropic provider to all documentation pages 2026-03-12 17:28:36 -07:00
guides docs: add Guides & Tutorials section, restructure sidebar 2026-03-08 19:37:34 -07:00
reference fix: handle YAML null values in session reset policy + configurable API timeout 2026-03-13 11:16:20 -07:00
user-guide feat(stt): add free local whisper transcription via faster-whisper 2026-03-13 09:07:09 -07:00
index.md docs: add Guides & Tutorials section, restructure sidebar 2026-03-08 19:37:34 -07:00