hermes - 💡(How to fix) Fix [Steer] Agent-side execution breakout and metadata persistence

Official PRs (…)
ON THIS PAGE

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Narrowed scope based on maintainer feedback in nesquena/hermes-webui/issues/2555.

Bug 1: Break out of tool execution after steer consumed

The fix lives in hermes-agent:

  • agent/tool_executor.py: execute_tool_calls_sequential() needs a post-steer check to break the loop.
  • execute_tool_calls_concurrent(): Skip subsequent batches if steer is pending.

Gap 2: metadata-tagging for persistence (Option B)

Instead of modifying tool result content strings or inserting synthetic user messages:

  • Store steer text as metadata (e.g., _steer_applied) on the tool result dictionary.
  • Strip this field before sending to the API.
  • This allows the WebUI to render the steer distinctly without breaking API role alternation.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix [Steer] Agent-side execution breakout and metadata persistence