hermes-agent/gateway/platforms
Teknium 75736cd3a4 fix: don't double-count session-stream turns in the shutdown drain
The session chat stream registered its wrapper task in _active_run_tasks,
but that turn is already counted by active_agent_work_count() via
_inflight_agent_runs (_run_agent) — the drain saw 2 for one turn
(test_session_chat_sse_turn_is_interrupted). Keep only the agent-ref
registration; run-scoped steer control doesn't need the task entry.
2026-08-13 09:34:08 -07:00
..
qqbot
…
ADDING_A_PLATFORM.md
…
__init__.py
…
_http_client_limits.py
…
api_server.py fix: don't double-count session-stream turns in the shutdown drain 2026-08-13 09:34:08 -07:00
base.py feat(webhook): per-route toolset overrides for webhook agent runs 2026-08-13 01:51:19 -07:00
bluebubbles.py
…
helpers.py
…
media_cache.py
…
msgraph_webhook.py
…
signal.py
…
signal_format.py
…
signal_rate_limit.py
…
webhook.py feat(webhook): per-route toolset overrides for webhook agent runs 2026-08-13 01:51:19 -07:00
webhook_filters.py
…
weixin.py
…
whatsapp_cloud.py
…
whatsapp_common.py
…
yuanbao.py
…
yuanbao_media.py
…
yuanbao_proto.py
…
yuanbao_sticker.py
…