hermes-agent/website/docs
Teknium df5700ebe3
feat(auxiliary): per-task reasoning_effort for auxiliary models (#64597)
Every auxiliary task block (vision, web_extract, compression,
title_generation, curator, background_review, moa_reference, ...) now
accepts a reasoning_effort shorthand:

  auxiliary:
    compression:
      reasoning_effort: low
    vision:
      reasoning_effort: none

_get_task_extra_body() folds it into extra_body.reasoning, which every
auxiliary wire already translates: chat.completions passes it through,
the Codex Responses adapter maps it to top-level reasoning/include, and
the Anthropic auxiliary adapter now forwards it into
build_anthropic_kwargs(reasoning_config=...) (previously hardcoded None).

An explicit extra_body.reasoning on the same task wins over the
shorthand. Invalid levels are ignored with a warning. Empty string
(the shipped default) is a no-op — zero behavior change.

Config: reasoning_effort added to all 16 auxiliary task blocks in
DEFAULT_CONFIG (no version bump — deep-merge handles new keys).
2026-07-14 14:07:43 -07:00
..
developer-guide Merge pull request #61885 from embwl0x/agent/tui-secret-overlay-expiry 2026-07-12 05:50:24 -05:00
getting-started fix(providers): align Fireworks integration with project policy 2026-07-11 05:43:35 -07:00
guides fix(skills): bind bundles to exact files and origins 2026-07-12 02:59:27 -07:00
integrations fix(providers): align Fireworks integration with project policy 2026-07-11 05:43:35 -07:00
reference docs: add Upstage Solar to provider docs (env vars, fallback table, --provider list) 2026-07-15 00:09:24 +05:30
user-guide feat(auxiliary): per-task reasoning_effort for auxiliary models (#64597) 2026-07-14 14:07:43 -07:00
index.mdx feat(docs): clarify platform support 2026-06-26 11:37:56 -07:00
user-stories.mdx docs(website): add User Stories and Use Cases collage page (#18282) 2026-04-30 23:56:59 -07:00