Skip to content

docs(web_tools): correct web_extract summarizer timeout comment (salvage #20051) - #20381

Merged
teknium1 merged 1 commit into
mainfrom
salvage/pr-20051
May 5, 2026
Merged

docs(web_tools): correct web_extract summarizer timeout comment (salvage #20051)#20381
teknium1 merged 1 commit into
mainfrom
salvage/pr-20051

Conversation

@teknium1

@teknium1 teknium1 commented May 5, 2026

Copy link
Copy Markdown
Contributor

Corrects a stale inline comment about the web_extract summarizer timeout in tools/web_tools.py.

Changes:

  • tools/web_tools.py: comment-only fix (+4/-2)

Closes #20051 via salvage.

Original PR by @beardthelion — authorship preserved.

The comment at tools/web_tools.py:700-702 stated the runtime default for
auxiliary.web_extract.timeout is 360s. The actual runtime default is 30s
(_DEFAULT_AUX_TIMEOUT in agent/auxiliary_client.py:3140), used by
_get_task_timeout when no auxiliary.web_extract.timeout key is present in
config.yaml.

The 360s figure is the config template default written by
hermes_cli/config.py:697 into freshly-generated config.yaml files. It only
takes effect when that key exists in the user's config — not as a fallback.
Users on configs that predate commit 20b4060 (Apr 5, 2026), or who removed
the key, fall through to the 30s _DEFAULT_AUX_TIMEOUT runtime default.

The comment was introduced in 20b4060 alongside the template-default bump
from 30 to 360. The runtime default in auxiliary_client.py was not changed
in that commit and has remained 30s since 839d9d7 (Mar 28, 2026).
@teknium1
teknium1 merged commit a628992 into main May 5, 2026
9 of 10 checks passed
@teknium1
teknium1 deleted the salvage/pr-20051 branch May 5, 2026 20:24
@alt-glitch alt-glitch added type/docs Documentation improvements P3 Low — cosmetic, nice to have tool/web Web search and extraction labels May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

P3 Low — cosmetic, nice to have tool/web Web search and extraction type/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants