hermes-agent/website/docs/user-guide
Teknium 6435d69a6d
fix: make vision_analyze timeout configurable via config.yaml (#2480)
Reads auxiliary.vision.timeout from config.yaml (default: 30s) and
passes it to async_call_llm. Useful for slow local vision models
that need more than 30 seconds.

Setting is in config.yaml (not .env) since it's not a secret:

  auxiliary:
    vision:
      timeout: 120

Based on PR #2306.

Co-authored-by: kshitijk4poor <kshitijk4poor@users.noreply.github.com>
2026-03-22 05:28:24 -07:00
..
features Merge pull request #2475 from NousResearch/hermes/hermes-31d7db3b 2026-03-22 05:03:34 -07:00
messaging fix(security): block untrusted browser access to api server (#2451) 2026-03-22 04:08:48 -07:00
_category_.json feat: add documentation website (Docusaurus) 2026-03-05 05:24:55 -08:00
checkpoints-and-rollback.md docs: update checkpoint/rollback docs for new features 2026-03-16 04:56:22 -07:00
cli.md feat(cli): Tab now accepts auto-suggestions (ghost text) 2026-03-19 10:40:37 -07:00
configuration.md fix: make vision_analyze timeout configurable via config.yaml (#2480) 2026-03-22 05:28:24 -07:00
git-worktrees.md docs: explain checkpoints, /rollback, and git worktrees 2026-03-15 23:04:07 -07:00
security.md feat: support ignoring unauthorized gateway DMs (#1919) 2026-03-18 04:06:08 -07:00
sessions.md fix(gateway): make group session isolation configurable 2026-03-16 00:22:23 -07:00