mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-29 06:31:32 +00:00
chore: drop stale line-number reference in PRIORITY path comment
The cherry-pick comment referenced 'line ~6771' for the /stop handler, but on current main the handler is at a different offset. Remove the hard-coded line number — the 'above' reference is sufficient.
This commit is contained in:
parent
737ee81167
commit
b62af47da8
1 changed files with 2 additions and 2 deletions
|
|
@ -7317,8 +7317,8 @@ class GatewayRunner:
|
|||
# delegate_task work. Demote to queue semantics when the
|
||||
# parent is currently driving subagents so a conversational
|
||||
# follow-up doesn't destroy minutes of subagent progress.
|
||||
# /stop reaches its dedicated handler above (line ~6771), so
|
||||
# the operator still has a clean escape hatch.
|
||||
# /stop reaches its dedicated handler above, so the operator
|
||||
# still has a clean escape hatch.
|
||||
if self._agent_has_active_subagents(running_agent):
|
||||
logger.info(
|
||||
"PRIORITY interrupt demoted to queue for session %s "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue