helix4u
6ab78401c9
fix(aux): add session_search extra_body and concurrency controls
Adds auxiliary.<task>.extra_body config passthrough so reasoning-heavy
OpenAI-compatible providers can receive provider-specific request fields
(e.g. enable_thinking: false on GLM) on auxiliary calls, and bounds
session_search summary fan-out with auxiliary.session_search.max_concurrency
(default 3, clamped 1-5) to avoid 429 bursts on small providers.
- agent/auxiliary_client.py: extract _get_auxiliary_task_config helper,
add _get_task_extra_body, merge config+explicit extra_body with explicit winning
- hermes_cli/config.py: extra_body defaults on all aux tasks +
session_search.max_concurrency; _config_version 19 -> 20
- tools/session_search_tool.py: semaphore around _summarize_all gather
- tests: coverage in test_auxiliary_client, test_session_search, test_aux_config
- docs: user-guide/configuration.md + fallback-providers.md
Co-authored-by: Teknium <teknium@nousresearch.com>
2026-04-20 00:47:39 -07:00
..
2026-02-26 13:54:20 +03:00
2026-04-16 12:00:56 -07:00
2026-04-19 22:43:09 -07:00
2026-04-20 00:47:39 -07:00
2026-04-13 04:59:26 -07:00
2026-04-17 19:13:23 -07:00
2026-04-15 22:05:21 -07:00
2026-04-15 16:17:17 -07:00
2026-04-19 20:30:44 -07:00
2026-04-19 11:59:25 -07:00
2026-04-14 01:43:45 -07:00
2026-04-18 12:40:56 -07:00
2026-04-10 19:15:50 -07:00
2026-04-10 13:05:01 -07:00
2026-04-19 18:12:55 -07:00
2026-04-15 22:05:21 -07:00
2026-04-07 17:19:07 -07:00
2026-03-15 20:21:21 -07:00
2026-04-19 22:45:47 -07:00
2026-04-13 18:46:14 -07:00
2026-03-29 00:33:30 -07:00
2026-04-20 00:26:18 -07:00
2026-04-20 00:26:18 -07:00
2026-04-17 01:02:06 -07:00
2026-04-11 14:46:18 -07:00
2026-04-18 22:50:55 -07:00
2026-04-18 22:50:55 -07:00
2026-04-07 22:23:28 -07:00
2026-04-12 21:22:59 -07:00
2026-04-13 04:24:07 -07:00
2026-04-16 10:48:20 -07:00
2026-04-12 01:44:18 -07:00
2026-04-15 16:31:48 -07:00
2026-04-19 11:16:24 -07:00
2026-03-21 16:54:43 -07:00
2026-04-15 16:10:53 -07:00
2026-04-09 03:43:14 -07:00
2026-04-15 16:08:52 -07:00
2026-04-06 11:27:28 -07:00
2026-04-17 21:35:30 -07:00
2026-04-09 03:10:30 -07:00
2026-03-17 04:14:40 -07:00
2026-03-18 03:04:07 -07:00
2026-04-16 07:45:13 -07:00