mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-21 16:18:55 +00:00
The Honcho client singleton cached the HTTP timeout at first build. In long-lived processes (gateway, dashboard), changing the timeout via config.yaml or HONCHO_TIMEOUT had no effect until restart. Track the resolved timeout alongside the cached client and compare on each get_honcho_client() call. When the timeout differs, reset the singleton so the next call rebuilds with the new value. Fixes #57347 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_async_memory.py | ||
| test_cli.py | ||
| test_client.py | ||
| test_empty_profile_hint.py | ||
| test_oauth.py | ||
| test_oauth_flow.py | ||
| test_pin_peer_name.py | ||
| test_query_rewrite.py | ||
| test_session.py | ||